ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Programming Topics or Overload Journal #39 - Sep 2000

Options:
View Article Map
View Archives
All A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Other
Determinism: Requirements vs Features
Description : A program can easily be non-deterministic. Sergey Ignatchenko considers how to define determinism.
Category: [ Programming Topics | Overload Journal #135 - October 2016 ]
Deterministic Components for Distributed Systems
Description : Non-deterministic data leads to unstable tests. Sergey Ignatchenko considers when this happens and how to avoid it.
Category: [ Programming Topics | Overload Journal #133 - June 2016 ]
Do Repeat Yourself
Description : Software developers are well aware of the ‘DRY Principle’. Lucian Radu Teodorescu investigates when this common wisdom does not always hold.
Category: [ Programming Topics | Overload Journal #151 - June 2019 ]
do...while
Description :

What can be said about C’s everyday do...while loop? It just does something while some condition holds. End of story, right?

No, of course not. That would make the title of this small article silly, so let’s cover two topics.


Category: [ Programming Topics | CVu Journal Vol 16, #1 - Feb 2004 ]
doctest – the Lightest C++ Unit Testing Framewor
Description : C++ has many unit testing frameworks. Viktor Kirilov introduces doctest.
Category: [ Programming Topics | Overload Journal #137 - February 2017 ]
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 ]
Dogen: The Package Management Saga
Description : How do you manage packages in C++? Marco Craveiro eventually discovered Conan after some frustrating experiences.
Category: [ Programming Topics | Overload Journal #133 - June 2016 ]
[ References | News and Views | Programming ] Don Knuth's Home Page
Description : News, FAQ, errata etc.
Added on : 11 February 2006 00:15:02 +00:00
Don’t Assume Any Non-Zero exit() Will Fail!
Description : Silas S. Brown shares his finding on process exit codes.
Category: [ Programming Topics | CVu Journal Vol 30, #3 - July 2018 ]
Don’t Design for Performance Until It’s Too Late
Description : People claim optimisation can cause unreadable code. Andy Balaam argues good performance should be at the core of code design.
Category: [ Programming Topics | Overload Journal #128 - August 2015 ]
Dynamic C++ (Part 2)
Description : Previously we saw how to use some simple dynamic features in C++. Alex Fabijanic and Richard Saunders explore more powerful dynamic tools.
Category: [ Programming Topics | Overload Journal #116 - August 2013 ]
Dynamic C++, Part 1
Description : Static and dynamic languages have different trade-off. Alex Fabijanic attempts to get the best of both worlds.
Category: [ Programming Topics | Overload Journal #115 - June 2013 ]
DynamicAny (Part 2)
Description : Alex Fabijanic uncovers the internals of DynamicAny with some performance and size tests.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #87 - October 2008 ]
DynamicAny, Part I
Description : Alex Fabijanic presents a class hierarchy providing dynamic typing in standard C++.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #86 - August 2008 ]

  |<   <   1   2   >   >|
Sort by Date Title