Programming Flashcards
1
Q
Functional Programming
A
Coding style where the main source of logic in a program comes from functions
2
Q
Pure Functions
A
Functions that cause little or no change outside of the scope of that function. Any change outside is called a side-effect
3
Q
Monkey Patching
A
Modifying a class or module during runtime