DeathfireD / AllianceP2P

Alliance takes the best from BitTorrent, Direct Connect and Waste and creates a decentralized and secure p2p network. It is a private and secure environment to share files and communicate with people you know. Alliance works on Windows, Linux and Mac.
12 stars 8 forks source link

Implement Unit Testing #11

Open abonander opened 11 years ago

abonander commented 11 years ago

I think implementing unit tests would be a great step for this project. Unit tests not only help prevent bugs but they can also work as a specification: in test-driven development, the unit tests are written first; then code is written and tested until it passes all tests, at which point it is deemed complete.

Regardless of the strategy being employed, if there is one at all, unit tests are a vital part of the development process.