The Blinkers often seen on Developers…
A good developer can be a real work horse. Old timers know that work horses typically have blinkers on them to prevent them from getting overwhelmed by distractions. A few developers can handle the distractions, many are either not interested or overwhelmed. What are a few of the distractions? What may they not see? Developers are addicted to making something work, like a kid building with LEGOs. What they may not see are items like: Does it perform well? Often a comment like “it’s fast enough” indicates a blinker Does it scale well? Often a comment like “Just get faster/more hardware” indicates a blinker Is it secure? Often a comment like “Just needs to be correctly installed (installation is not my job)” indicates a blinker. An example: For a web application, does it have it’s own named app pool? If not -- security risk. Is the identity that the app pool runs under, a built-in identity? If not, – security risk Is it maintain...