Essentially you can blow off some steam here about your day to day tech troubles. :)
What are the biggest headaches as a developer or systems admin?
1–10 of 29 posts
Re: What are the biggest headaches as a developer or systems admin?
#2Re: What are the biggest headaches as a developer or systems admin?
#3Re: What are the biggest headaches as a developer or systems admin?
#4All this is so behind the times the waste of time and money is appalling.
Re: What are the biggest headaches as a developer or systems admin?
#5Re: What are the biggest headaches as a developer or systems admin?
#6you don't have to practice TDD, but it is a fantastic idea to add automated tests early on when the architecture of your system is still fresh and changeable.
projects that don't consider "testability" as a requirement tend to produce system architectures that are not testable.
Re: What are the biggest headaches as a developer or systems admin?
#7Re: What are the biggest headaches as a developer or systems admin?
#8Managing SSH keys, and Passwords
Re: What are the biggest headaches as a developer or systems admin?
#9Re: What are the biggest headaches as a developer or systems admin?
#10working on systems that don't have automated tests, and are designed such that adding automated tests is not easy. you don't have to practice TDD, but it is a fantastic idea to add automated tests early on when the architecture of your system is still fresh and changeable. projects that don't consider "testability" as a requirement tend to produce system architectures that are not testable.