Actually RR is closed source but that is fine. The vast majority of FE's that are out there now (other than OM) that I am aware of use older technology as you mention. RR is written in Visual Basic and I have no clue what Centrifuse is programmed in. And if you actually go through the process as a professional
software engineering group would go through and produce a roadmap with all of your requirement documentation and such and build off of that in an agile style programming environment then you have a pretty good chance. If you guys are programming as a group of hobbyists and have some ideas that
sound really good and a simple plan you guys will get lost in the details and although you have good intentions may not fare well. It is too big of a program to develop in a hobbyist manner. There is nothing wrong with using public domain libraries when they make sense. If you are using C# in a
windows environment you may not need a lot of the libraries because C# does the work for you but there are times that it makes sense to use a library if it is a solidly built one. Other times if you can get the source code to the library it can be good because you don't need to start from scratch. Thing about using public domain libraries is that in a lot of cases people have gone over it and over it until it works well and may have been touched by many people and is already solid and efficient. So don't just decide to write everything yourself because it sounds good.
Anyhow, good luck in your quest. If I wasn't already tied up I would see if I could join your team since I am a Software Engineer Student now. I have been apart of teams and done my own "hobbyist" style programming and learning how to go beyond that now.
Bookmarks