Hi Vasile,
> Now I'm asking the people who belongs to 1 and coding as proffesionals with > a dead line and a customer on the neck (and there are many here): > > How many times when run out of time you didn't comment at all your N > different versions of code and your M modified libraries ? > > Whether I have time or not, I never add comments *related to different versions* of code. Instead I use a Version Control System, like SVN. This (absolutely mandatory) tool takes care of versioning and showing differences as needed. Releasing process is then here to help when code leaves SVN (automated, add version package, SVN tagging, ...). Cheers, Seb --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
