Advertisement
Membership
Login
ACCU Buttons
Programming Topics and Overload Journal #121 - June 2014
Browse in : |
All
> Topics
> Programming
All > Journals > Overload > o121 Any of these categories |
- Options:
- View Article Map
- View Archives
Branching Strategies
Description : Branching can either be embraced or avoided. Chris Oldwood documents the pros and cons of three main branching strategies.
Category: [ Process Topics ]
Description : Branching can either be embraced or avoided. Chris Oldwood documents the pros and cons of three main branching strategies.
Category: [ Process Topics ]
Beauty in Code
Description : Attractiveness matters. Adam Tornhill uses a Clojure example to show how generalisation can be more beautiful than special cases.
Description : Attractiveness matters. Adam Tornhill uses a Clojure example to show how generalisation can be more beautiful than special cases.
The Code Is Not the Most Important Thing
Description : Choose the right sort of problem, focus on strategies for solving it, and the code will come easily. Seb Rose teaches kids to code.
Description : Choose the right sort of problem, focus on strategies for solving it, and the code will come easily. Seb Rose teaches kids to code.
Stop the Constant Shouting
Description : CONSTANTS often shout. Jonathan Wakely considers why this happens in C and what the alternatives are in C++.
Description : CONSTANTS often shout. Jonathan Wakely considers why this happens in C and what the alternatives are in C++.
Minimal Overhead for Multiple Interfaces
Description : Using multiple interfaces can slow things down. Daniel Gutson and Pablo Oliva present an alternative.
Description : Using multiple interfaces can slow things down. Daniel Gutson and Pablo Oliva present an alternative.