Had another 48hr game jam this weekend...

Jacob Carlborg doob at me.com
Mon Sep 2 00:44:49 PDT 2013


On 2013-09-01 22:27, Nick Sabalausky wrote:

> I spent several years using C/C++ exclusively (and was happy with it
> at the time) and I still don't understand what's "readable" about having
> a class's members separate from the class itself. It's also a non-DRY
> maintenance PITA and one of the biggest reasons I left C/C++.

You cannot even copy-paste the signature. In C++ default values for 
parameters can only be at one place.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list