Programming Flashcards

1
Q

Functional Programming

A

Coding style where the main source of logic in a program comes from functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Monkey Patching

A

Modifying a class or module during runtime

How well did you know this?
1
Not at all
2
3
4
5
Perfectly