show/hide this revision's text 4 Categorised reasons
  • Because

    Actual reasons against the network admins won't allow itadoption of version control,

    • Because it is a new concept to learn which is more complicated than a shared folder

    Reasons which make version control less compelling,

    • Shared folders copied locally, although have less functionality, do actually work fine for certain codebases
    • The code doesn't
    • Certain types of coding projects have to evolve relatively little use for versioning, namely code that is isolated and static i.e. once written by a single programmer using very little shared code, only ever run on that does not need to be developed once working
    • Because the same hardware/OSadmins won't allow it across the network

    For the casual programmers - those to whom programming is just a tool, such as many of the people I work with (scientists) - much of the work is hackish and small scale with relatively little shared code, there may be a dozen other things that are more likely to fail outside the code which could also be eliminated with better practices.

    As a colleague put it, "we don't get published for writing beautiful code".

show/hide this revision's text 3 removed false statement about having to include 'trunk' etc.
  • Because the network admins won't allow it
  • Because it is a new concept to learn which is more complicated than a shared folder
  • Shared folders copied locally, although have less functionality, do actually work fine for certain codebases
  • The code doesn't have to evolve i.e. once written, only ever run on the same hardware/OS
  • Because altering the codebase to include the standard SVN trunk, tags and branches breaks loads of code with hardcoded paths

For the casual programmers - those to whom programming is just a tool, such as many of the people I work with (scientists) - much of the work is hackish and small scale, there may be a dozen other things that are more likely to fail outside the code which could also be eliminated with better practices.

As a colleague put it, "we don't get published for writing beautiful code".

show/hide this revision's text 2 added 266 characters in body
  • Because the network admins won't allow it
  • Because it is a new concept to learn which is more complicated than a shared folder
  • Shared folders copied locally, although have less functionality, do actually work fine for certain codebases
  • The code doesn't have to evolve i.e. once written, only ever run on the same hardware/OS

Seriously

  • Because altering the codebase to include the standard SVN trunk, some tags and branches breaks loads of the answers are borderline rabid! code with hardcoded paths
  • For the casual Sunday programmer programmers - those to whom programming is just a tool, such as many of the scientists here people I work with (scientists) - much of the work is hackish and small scale, there may be a dozen other things that are more likely to fail than outside the code which could also be eliminated with better practices.

    As a colleague put it, "we don't get published for writing beautiful code".

    show/hide this revision's text 1
        Post Made Community Wiki by Community