Lazycoder

16May/052

General observation on closed and open source

A general observation on closed source versus open source applications.

Both have the same attitude toward functionalty, they just don’t realize it. In the case of closed source, if it doesn’t do exactly what you want it to do, you’re on your own. Find another application that does what you want it to do. With open source applications, if it doesn’t do exactly what you want it to do, you’re still on your own. Sure you have the ability to modify the code, but if you had all that time you’d have written it yourself right? You most likely won’t modify it if it’s too hard to modify and will go looking for another application that does what you want it to do.

  • http://www.livejournal.com/users/jackwilliambell/ Jack William Bell

    You missed one important factor Scott: What happens when you have used a program for years and the original developers stop supporting it? Alternatively what if there is a program that does exactly what you want, but does not run on a particular platform?

    With closed-source you have to find some other product that does something similar. With open-source at least you have the option of maintaining or porting the code yourself.

  • Scott

    True. The WordPress software is testement to that. More often than not though you’re either going to end up writing something from scratch or finding another program rather than trying to figure out someone elses code.