Just as some people say 'you can't be too thin or too rich' (I'm neither); the computer a software engineer uses cannot be too fast (or have too much disk space or memory for that matter). For normal programming I use Eclipse and have learned to use it well enough to maintain a pretty short time between making a change and testing the results of it. For Java, Eclipse checks my syntax as I go, sort of like this editor checks words that are mispeled [sic]; underlining mistakes in red and listing all compiler errors and warnings. In same cases I can run unit tests within Eclipse and get results in a few seconds. For other things I might need to run an actual ant build, but that is usually well less than 20 seconds - even a clean build is done in a minute.
However, today we are preparing for a new 'total' build and I need to make and test a change in the InstallShield script. We used to have a build engineer to do this but he left about a year ago and
If I thought I would be doing a bunch more InstallShield work , I could create some test environment but at this point that would take longer than to finish the thing I'm working on. AND I don't need InstallShield for my resume - I need a build engineer!
No comments:
Post a Comment