Open-source project evaluation
Posted by Kelvin on 23 Dec 2004 at 12:58 am | Tagged as: programming
Evaluating open-source projects is always tricky. Here's what I've been doing:
- Check online documentation. User guide? Architecture? Javadocs? Tutorials?
- Download binary and source.
- Run demo.
- Click through demo.
- Scan the source code. Check the package layout.
At this stage, I usually have a pretty good idea of how healthy the project is.
Comments Off on Open-source project evaluation