Journal Articles

Overload Journal #153 - October 2019 and Design of applications and programs
Browse in : All > Journals > Overload > o153 (6)
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.

OOP Is not Essential

Bob Schmidt

04 October 2019 20:03:02 +01:00

People tend to love or hate Object Oriented Programming. Lucian Teodorescu considers a recent OOP claim.

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++ Pipes

Bob Schmidt

02 October 2019 19:14:28 +01:00

Expressive code can make life easier. Jonathan Boccara demonstrates fluent pipelines for collections in C++.