Skip to content

programming cross products

John Q Durden edited this page Oct 8, 2015 · 7 revisions

In the following enumeration, ordering of the cross-product is irrelevant:

Divide X Divide: Modularity and code architecture decisions, variable naming. Divide X Conquer: The standard Computer Science techniques -- break the problems down into smaller pieces and code at the level you understand the problem. Divide X Synthesize: Conceptual breakdowns, module and object naming. Divide X Optimize: Conquer X Conquer: programming language choice Conquer X Synthesize: Naming your code blocks and modules well Conquer X Optimize: Synthesize X Synthesize: OOP optimiziation that created this document Synthesize X Optimize: Optimize X Optimize: working on the right problem, thinking about it correctly so your coding path is optimal.

Clone this wiki locally