Programming-Terms-TLDRs
Some "words", repeatedly used in programming and computer science, are sometimes assumed to be common knowledge, while other times it is not. In this repository you will find short tutorials related to these terms, which I have put together for my own use and were absolutely copypasted by Corey Schafer's tutorial videos. I hope you find these useful.
Table Of Contents
- π First Class Functions
- π Closures
- π Mutable and Immutable Objects
- π Memoisation
- π Combinations and Permutations
- π DRY: Don't Repeat Yourself
Sources: Corey Schafer, Martin HΓ©roux, GoF, Wikipedia