Links on tdd, css & others
Posted: March 1st, 2009 | Author: sofia | Filed under: Uncategorized | No Comments »- Doctest - runnable tests inside the docstrings (php pear package)
- Mutation testing
“Mutation Testing is basically testing…for tests. It ensures that your tests are truly capable of detecting errors and problems with the source code. It does this by mutating the source code itself (using ext/runkit) in such a way that an error is created in the code. If your tests detect the error, all is well with the world. If your tests do not detect the error…well, you better add a new test that does”
- Phpcp
“phpcpd is a Copy/Paste Detector (CPD) for PHP code.
The goal of phpcpd is not not to replace more sophisticated tools such as phpcs, pdepend, or phpmd, but rather to provide an alternative to them when you just need to get a quick overview of duplicated code in a project.”
- Object oriented CSS
“OOCSS allows you to write fast, maintainable, standards-based front end code.”
- Bespin
Bespin is a Mozilla Labs experiment on how to build an extensible Web code editor using HTML 5 technology.