Journal Articles

Overload Journal #117 - October 2013 and Programming Topics and Design of applications and programs
Browse in : All > Journals > Overload > o117 (7)
All > Topics > Programming (877)
All > Topics > Design (236)
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.

YAGNI-C as a Practical Application of YAGNI

Martin Moene

05 October 2013 20:36:01 +01:00

YAGNI can seem vague. Sergey Ignatchenko offers a more precise definition.

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.

Has the Singleton Not Suffered Enough

Martin Moene

04 October 2013 22:46:58 +01:00

Singletons are much maligned. Omar Bashir considers why.

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.

C++ Range and Elevation

Martin Moene

02 October 2013 22:38:59 +01:00

C++ provides many features for higher-level programming, but lacks some common ones present in other languages.