Wednesday, November 21, 2007

7 of the Hardest Things Learned About Writing Software

Scott Watermasysk wrote an article on his weblog yesterday about software development.

Learning to write code is not that hard. With a book, Google, and a little free time just about anyone can hack something together. However, to become a good software developer you need a passion to constantly and continually learn.

Listed below is a list of 7 of the harder things I have learned over the last couple of years:

  1. Make choices - Not everything needs to be adjustable or needs an option. Many times, it just needs to work.
  2. Delete code - Sometimes even the best ideas will not work (or are not worth keeping). Admit that at this time, based on what you know, the tools at your disposal, and the requirements for success you just need to move on. 
  3. NIH (not invented here) - Realize that even though you would have written something better, more scalable, and usable...if it meets your goals as is, you should focus your attention elsewhere.
  4. UI is more important than code - You can write the absolute best code the world has ever seen and if you present it like a turd, your code, to the world is a turd.
  5. Solve Problems - Realize that to more than 99.9% of the worlds population, code/technology are simply a means to an end. Software solves problems. The world really doesn't care how or why it works.
  6. You Are Different - When you write software, in most cases, you are not the typical end user. Your users are not looking for a challenge. For most, there are a million other things they would rather be doing than using your application.
  7. Documentation - Yes, documentation is necessary, but users do NOT want to read it. If your users are asking you for more documentation, the lack of documentation is not really the problem. Your application is too complicated.  See The Paradox of the Active User.

Is there anything you would add to the list? You can add your item in his original post here:

http://simpable.com/software/7-hard-things/

Tuesday, November 20, 2007

Visual Studio 2008 and .NET 3.5 Released

Today Microsoft shipped Visual Studio 2008 and .NET 3.5.
You can download the final release using one of the links below:

  • If you are a MSDN subscriber, you can download your copy from the MSDN subscription site (note: some of the builds are just finishing being uploaded now - so check back later during the day if you don't see it yet).

  • If you are a non-MSDN subscriber, you can download a 90-day free trial edition of Visual Studio 2008 Team Suite here. A 90-day trial edition of Visual Studio 2008 Professional (which will be a slightly smaller download) will be available next week. A 90-day free trial edition of Team Foundation Server can also be downloaded here.

  • If you want to use the free Visual Studio 2008 Express editions (which are much smaller and totally free), you can download them here.

  • If you want to just install the .NET Framework 3.5 runtime, you can download it here.

ScottGu has reviewed some of new features of Visual Studio 2008 so you can read more about this in his weblog.

kick it on DotNetKicks.com