Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Overload Journal #123 - October 2014
Browse in : |
All
> Topics
> Programming All > Journals > Overload > o123 All of these categories |
- Options:
- View Article Map
- View Archives
Parsing Configuration Files in C++ with Boost
Description : Giuseppe Vacanti describes how to deal with program options, C++ style.
Category: [ Programming Topics | CVu Journal Vol 26, #5 - November 2014 ]
Description : Giuseppe Vacanti describes how to deal with program options, C++ style.
Category: [ Programming Topics | CVu Journal Vol 26, #5 - November 2014 ]
Perl is a Better Sed, and Python 2 is Good
Description : Silas S. Brown sweats the differences between tools on common platforms.
Category: [ Programming Topics | CVu Journal Vol 26, #5 - November 2014 ]
Description : Silas S. Brown sweats the differences between tools on common platforms.
Category: [ Programming Topics | CVu Journal Vol 26, #5 - November 2014 ]
Debuggers Are Still For Wimps
Description : Frances Buontempo shows how to remote debug python from Visual Studio.
Category: [ Programming Topics | CVu Journal Vol 26, #5 - November 2014 ]
Description : Frances Buontempo shows how to remote debug python from Visual Studio.
Category: [ Programming Topics | CVu Journal Vol 26, #5 - November 2014 ]
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.
Editorial: Peer Reviewed
Description : Nobody gets it right first time. Frances Buontempo considers the importance of the review team.
Category: [ Overload Journal #123 - October 2014 | Journal Editorial ]
Description : Nobody gets it right first time. Frances Buontempo considers the importance of the review team.
Category: [ Overload Journal #123 - October 2014 | Journal Editorial ]
Debug Complexity: How Assertions Affect Debugging Time
Description : Debugging any program can be time consuming. Sergey Ignatchenko and Dmytro Ivanchykhin extend their mathematical model to consider the effect of assertions.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Description : Debugging any program can be time consuming. Sergey Ignatchenko and Dmytro Ivanchykhin extend their mathematical model to consider the effect of assertions.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Alternative Overloads
Description : How do you return a default value given a condition? Malcolm Noyes presents solutions using older and newer C++ techniques.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Description : How do you return a default value given a condition? Malcolm Noyes presents solutions using older and newer C++ techniques.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Everyone Hates build.xml
Description : Using Ant build tool can be tricky. Andy Balaam shows how to structure and test the build code.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Description : Using Ant build tool can be tricky. Andy Balaam shows how to structure and test the build code.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Defining Visitors Inline in Modern C++
Description : The Visitor pattern can involve non-local boilerplate code. Robert Mill and Jonathan Coe present an inline Visitor in C++.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Description : The Visitor pattern can involve non-local boilerplate code. Robert Mill and Jonathan Coe present an inline Visitor in C++.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
A Scheduling Technique for Small Software Projects and Teams
Description : Despite myriad scheduling tools, projects still overrun. Bob Schmidt presents some tips for accurate scheduling.
Category: [ Process Topics | Overload Journal #123 - October 2014 ]
Description : Despite myriad scheduling tools, projects still overrun. Bob Schmidt presents some tips for accurate scheduling.
Category: [ Process Topics | Overload Journal #123 - October 2014 ]
Paper Bag Escapology Using Particle Swarm Optimisation
Description : Some attempts at programming one’s way out of a paper bag need an upfront model. Frances Buontempo simplifies things using particle swarm optimisation.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Description : Some attempts at programming one’s way out of a paper bag need an upfront model. Frances Buontempo simplifies things using particle swarm optimisation.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Feeding Back
Description : Feedback can be positive and negative. Kevlin Henney contemplates how to make feedback useful.
Category: [ Process Topics | Overload Journal #123 - October 2014 ]
Description : Feedback can be positive and negative. Kevlin Henney contemplates how to make feedback useful.
Category: [ Process Topics | Overload Journal #123 - October 2014 ]
Does Test-Driven Development Harm Clarity?
Description : Is clarity the key thing to aim for when writing software? Andy Balaam considers if TDD harms clarity and if this matters.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #122 - August 2014 ]
Description : Is clarity the key thing to aim for when writing software? Andy Balaam considers if TDD harms clarity and if this matters.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #122 - August 2014 ]
Musings on Python – by a C++ Developer
Description : Python and C++ are very different languages. Sergey Ignatchenko walks through things in Python that can confuse a C++ programmer.
Category: [ Programming Topics | Overload Journal #122 - August 2014 ]
Description : Python and C++ are very different languages. Sergey Ignatchenko walks through things in Python that can confuse a C++ programmer.
Category: [ Programming Topics | Overload Journal #122 - August 2014 ]
Activatable Object
Description : Using locks will slow down threaded code. Len Holgate demonstrates how an Activatable Object can reduce the time spent blocked.
Category: [ Programming Topics | Overload Journal #122 - August 2014 ]
Description : Using locks will slow down threaded code. Len Holgate demonstrates how an Activatable Object can reduce the time spent blocked.
Category: [ Programming Topics | Overload Journal #122 - August 2014 ]
KISSing SOLID Goodbye
Description : Can you remember what SOLID stands for? Chris Oldwood distills it down to two easy to remember principles.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #122 - August 2014 ]
Description : Can you remember what SOLID stands for? Chris Oldwood distills it down to two easy to remember principles.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #122 - August 2014 ]
TDD Discussions and Disagreements
Description : Recently people have been arguing about the benefits and pitfalls if TDD. Seb Rose summarises the differing standpoints and presents his own.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #122 - August 2014 ]
Description : Recently people have been arguing about the benefits and pitfalls if TDD. Seb Rose summarises the differing standpoints and presents his own.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #122 - August 2014 ]
Branching Strategies
Description : Branching can either be embraced or avoided. Chris Oldwood documents the pros and cons of three main branching strategies.
Category: [ Programming Topics | Process Topics | Overload Journal #121 - June 2014 ]
Description : Branching can either be embraced or avoided. Chris Oldwood documents the pros and cons of three main branching strategies.
Category: [ Programming Topics | Process Topics | Overload Journal #121 - June 2014 ]
Beauty in Code
Description : Attractiveness matters. Adam Tornhill uses a Clojure example to show how generalisation can be more beautiful than special cases.
Category: [ Programming Topics | Overload Journal #121 - June 2014 ]
Description : Attractiveness matters. Adam Tornhill uses a Clojure example to show how generalisation can be more beautiful than special cases.
Category: [ Programming Topics | Overload Journal #121 - June 2014 ]
The Code Is Not the Most Important Thing
Description : Choose the right sort of problem, focus on strategies for solving it, and the code will come easily. Seb Rose teaches kids to code.
Category: [ Programming Topics | Overload Journal #121 - June 2014 ]
Description : Choose the right sort of problem, focus on strategies for solving it, and the code will come easily. Seb Rose teaches kids to code.
Category: [ Programming Topics | Overload Journal #121 - June 2014 ]