Advertisement
Membership
Login
ACCU Buttons
Programming Topics
Browse in : | > Topics > Programming |
Comments Considered Evil
Description : We are taught that adding comments to code is a good thing and adds value. In practice this value is seldom, if ever, realised. Mark Easterbrook makes the case for a better way. by Mark Easterbrook
Description : We are taught that adding comments to code is a good thing and adds value. In practice this value is seldom, if ever, realised. Mark Easterbrook makes the case for a better way. by Mark Easterbrook
How Do Those Funky Placeholders Work?
Description : The current C++ standard function binders are notoriously difficult to use. Chris Gibson exposes the secret the Boost alternative, which is so much better it seems like magic. by Chris Gibson
Description : The current C++ standard function binders are notoriously difficult to use. Chris Gibson exposes the secret the Boost alternative, which is so much better it seems like magic. by Chris Gibson
Implementing drop-down menus in pure CSS (no JavaScript)
Description : Implementing drop-down menus to aid website navigation is usually thought to require lots of JavaScript. This article shows how to do it using just CSS. by Anthony Williams
Category: [ Internet Topics ]
Description : Implementing drop-down menus to aid website navigation is usually thought to require lots of JavaScript. This article shows how to do it using just CSS. by Anthony Williams
Category: [ Internet Topics ]
The Rise and Fall of Singleton Threaded
Description : Steve Love explores how 'Singletons' in design can seem a good idea at the time, why they are generally a mistake, and what to do if you have them. by Steve Love
Category: [ Design of applications and programs ]
Description : Steve Love explores how 'Singletons' in design can seem a good idea at the time, why they are generally a mistake, and what to do if you have them. by Steve Love
Category: [ Design of applications and programs ]
The Case Against TODO
Description : TODO - a neat way to label work in progress or an easy way to disguise the flaws in a codebase? by Thomas Guest
Description : TODO - a neat way to label work in progress or an easy way to disguise the flaws in a codebase? by Thomas Guest
Objects for States
Description : Originally captured in Design Patterns, Objects for States is described in close conjunction with the Singleton pattern. This article investigates better alternatives for implementing the pattern in C++. by Adam Petersen
Description : Originally captured in Design Patterns, Objects for States is described in close conjunction with the Singleton pattern. This article investigates better alternatives for implementing the pattern in C++. by Adam Petersen