programming style
set of rules or guidelines used when writing the source code for a computer program
programming paradigm
category of programming languages according to what methodology of designing and implementing programs their features support
A-normal form
intermediate representation of programs in functional compilers
continuation-passing style
programming style
clean code
thoughtfulness and craftsmanship in programming
retained mode
graphics libraries API design pattern
Train Wreck
anti pattern
Kernel Normal Form
Coding style used in the development of code for BSD operating systems
Yoda conditions
programming style where the two parts of an expression in a conditional statement are reversed from the typical order
immediate mode
graphics libraries API design pattern