Advertisement
Membership
Login
ACCU Buttons
Overload Journal #131 - February 2016
Browse in : |
All
> Journals
> Overload
> o131 |
- 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 : Do you consider yourself unlucky? Frances Buontempo wonders what we can do to avoid disasters.
Category: [ Journal Editorial ]
Description : Concepts provide a new way of constraining code. Andrew Sutton shows us how to define and use them.
Category: [ Programming Topics ]
Description : Functional programming is alien to many programmers. Sergey Ignatchenko considers parallels between actors and finite state machines.
Category: [ Programming Topics ]
Description : Functional style frequently uses sequences. Nick Weatherhead applies these ideas to combinations in C++.
Category: [ Programming Topics ]
Description : C++ lacks direct support for reflection. Russell Standish brings an automated reflection system for C++, Classdesc, up to date.
Category: [ Programming Topics ]
Description : C++11 introduced override as a contextual keyword. Matthew Wilson encourages us to use it.
Category: [ Programming Topics ]
Description : Spock testing in a Java environment is all the rage. Russel Winder talks through the history of testing on the JVM and demonstrates why Spock is so groovy.
Category: [ Programming Topics ]