2) Part of the lure of using open source in the enterprise is the option of an inhouse development team to read, understand and possibly modify or extend the open source code. Again, this is only feasible if the project’s code is of good quality.
3) There are many many many open source projects out there and so it’s critical for the project to achieve a critical mass of usage in production environments in order for it to survive. This implies that the project is needed and is useful by a large number of development teams and hopefully enterprises. General software systems typically need clean designs and high quality code so that they can be applied and extended for multiple needs.
4) Poor software code quality and buggy software usually go hand in hand. If the code is buggy, it will never sustain a critical mass of users.
5) What’s harder; building an application that utilizes an open source system or upgrading the application with a new version of the open source system? Upgrades can be very complex especially if the new version of open source software is not backwards compatible with previous versions in significant ways, or, when upgrades also require upgrading many dependent systems. So with that in mind, if the software code quality of the open source system is poor, how clean or easy will it be to install upgrades?




















Leave a Reply