The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
455 views

Code Complete 2ed, composition and delegation

After a couple of weeks reading on this forum I thought it was time for me to do my first post. I'm currently rereading Code Complete. I think it's 15 years since the last time, and I find that I ...
10
votes
6answers
411 views

Ref Abuse: Worth Cleaning Up?

I have inherited some code that uses the ref keyword extensively and unnecessarily. The original developer apparently feared objects would be cloned like primitive types if ref was not used, and did ...
4
votes
5answers
4k views

SVN and Xcode woes

I've heard repeatedly that Xcode's integration with SVN is lacking, but seeing as I have personally never used it, I cannot help but wonder why. Now I'm starting a new project, and once again SCM has ...
9
votes
5answers
765 views

How to reverse engineer undocumented legacy application?

Once I was assigned to a project which was about adding couple new features to the existing Java based web application. Because it was a matter of just couple simple features there was no chance for ...
22
votes
14answers
2k views

Code Review vs. Check In often? [closed]

Following Jeff's article about checking in often, some commenters couldn't resist spewing "Welcome to obvious land!" kind of comments. That's understandable, in most situation it's obvious that ...