I'm Going to Make a Lot of People Mad: Criticizing the Uncriticizable
Join the DZone community and get the full member experience.
Join For Free- Linux is the best operating system.
- Common Lisp is the best programming language ever invented.
- Haskell code is shorter, more elegant, and more correct than code written in any other language.
- Emacs is the best editor for real programmers.
- Apple creates the most user friendly user-interfaces.
- Tiling window managers lead to the highest degree of user productivity.
- Ruby on Rails is the best web framework written in any language.
- The only way to write good software that meets its users needs and is delivered on time is to embrace agile software development and use test-driven development.
Of course, there are problems with each of these things:
- It can be very difficult to get hardware accelerated 3D, wireless drivers, and suspend working reliably in Linux depending on the hardware you have and which version of which distro you are using.
- Common Lisp has a lot of historical baggage, and it lacks the breadth of community library support that some languages such as Python, Ruby, and C have.
- Haskell code can be very terse, and advanced Haskell code can be difficult for even intermediate Haskell programmers to understand.
- IntelliJ has many advantages over Emacs when it comes to editing Java.
- Not everyone prefers Apple user interfaces. My wife always complains when I make her use OS X.
- Many of the tiling window manager fans that I know spend an inordinate amount of time configuring and tweaking their window manager, presumably because it doesn't yet do exactly what they want.
- Ruby on Rails isn't the best approach for real-time applications or applications that must have very, very low latency.
- Agile software development is not a good fit when it is impossible to iterate, such as when you're building software that must be completely done and completely correct the first time it is used (e.g. pacemakers and satellite software).
There are also some technologies that have such negative street cred that it's difficult to praise them in certain circles. For instance:
- It can be hard for a Linux advocate to admit that Microsoft has ever done anything good or innovative.
- It can be difficult for a Python or Ruby enthusiast to admit that Java has any advantages whatsoever.
Linux, Common Lisp, Haskell, Emacs, Apple, tiling window managers, Ruby on Rails, agile, and TDD each have amazing amounts of street cred, and I've spent a lot of time learning playing with all of them. What I discovered is that the world isn't always so black-and-white. It's really helpful when people can honestly admit the weaknesses in technologies they like as well as the strengths in technologies they don't like. I'm not saying that all technologies are equally good. I'm just saying that it would help if we could be more realistic.
Published at DZone with permission of Shannon Behrens, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Web Development Checklist
-
Cypress Tutorial: A Comprehensive Guide With Examples and Best Practices
-
Best Practices for Securing Infrastructure as Code (Iac) In the DevOps SDLC
-
Which Is Better for IoT: Azure RTOS or FreeRTOS?
Comments