Dev
| word | meaning |
| Replicate | To reproduce or make an exact copy of something. |
| Snippet | A small region of re-usable source code, machine code, or text. Brief extracts of text or speech, often a quotable passage. |
|
Lambda |
A set of signs that are used to identify and refer to objects of various kinds. |
|
Blur |
To make something become unclear or less distinct. |
|
Namespace |
A set of signs that are used to identify and refer to objects of various kinds. |
|
Shadowing |
When a variable declared within a certain scope has the same name as a variable declared in an outer scope. |
|
Built in function |
Something which is already defined in a program or programming framework with a set of statements. |
|
Bad practice |
An undesirable or negative method of operation or way of behavior. |
|
High-level programming
|
A language that enables development of a program in a more user-friendly programming context and is generally independent of the computer's hardware architecture. |
|
Binary code |
A system using the digits 0 and 1 to represent a letter, digit, or other character in a computer or other electronic device. |
|
object code |
The product of a compiler. A sequence of statements or instructions in a computer language. |
|
ruby |
A dynamic, open source programming language with a focus on simplicity and productivity. |
|
python |