Journal Articles

Overload Journal #113 - February 2013 and Programming Topics
Browse in : All > Journals > Overload > o113 (7)
All > Topics > Programming (877)
Any of these categories
Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

‘No Bugs’ Top Five C++ Cooking Recipes

Martin Moene

06 February 2013 20:49:27 +00:00

Developers often have a few favourite tricks for solving problems. Sergey Ignatchenko shares his five top recipes.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Utilising More Than 4GB of Memory in 32-bit Windows Process

Martin Moene

05 February 2013 20:57:36 +00:00

Some applications require a vast amount of memory. Chris Oldwood presents techniques to provide extra memory.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

The Signs of Trouble: On Patterns, Humbleness and Lisp

Martin Moene

04 February 2013 21:11:22 +00:00

Patterns can be a controversial topic. Adam Petersen considers their cognitive and social value.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

The Open–Closed Principle (OCP)

Martin Moene

03 February 2013 21:17:06 +00:00

Changing requirements and environments can require cascading changes through software. Nan Wang demonstrates how the Open-Closed principle can minimise changes.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Secrets of Testing WCF Services

Martin Moene

02 February 2013 20:41:38 +00:00

WCF services provide middleware for applications but can be hard to test. Steve Love describes a way to develop a testable app.