Advertisement
Membership
Login
ACCU Buttons
Overload Journal #143 - February 2018
Browse in : |
All
> Journals
> Overload
> o143 |
- 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.
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.
Description : Programmers can be odd. Frances Buontempo celebrates many manifold peculiarities.
Category: [ Journal Editorial ]
Description : Is code a hopeful arrangement of bytes? Charles Tolman brings his Organising Principles series to a close.
Category: [ Design of applications and programs ]
Description : Multithreaded queues come in many flavours. Sergey Ignatchenko describes his implementation of a multiple writer single reader queue.
Category: [ Design of applications and programs ]
Description : Testing can be easy. Andy Balaam considers levels to keep your focus just right.
Category: [ Design of applications and programs ]
Description : What is class template argument deduction? Roger Orr elucidates this new C++17 feature.
Category: [ Programming Topics ]
Description : Meta-classes will allow us to detail class requirements. Francis Glassborow compares them to developments of C++ in the 1990s.
Category: [ Design of applications and programs ]
Description : Everyone wants scalable systems. Arun Saha explores methods for testing scalability.
Category: [ Design of applications and programs ]
Description : Exceptions should be exceptional. Simon Brand shows modern alternatives from the standard library and ways to improve them.
Category: [ Programming Topics ]
Description : Can you code on paper in an interview? Chris Oldwood recounts his attempts to write a calendar.
Category: [ Process Topics ]