How to test a class using an implementation helper ?
Suppose you have some duplicated code in the Foo & Bar classes. You managed to extracted this code in a helper class. Fine, the helper class can now be t...
Suppose you have some duplicated code in the Foo & Bar classes. You managed to extracted this code in a helper class. Fine, the helper class can now be t...
When trying to use devise 1.0.11 with rails 2.3.8 and bundler 1.0.10, I got the error could not find generator ... when running bundle exec script/generate d...
Don’t waste your time as I did !
Suppose you have a hidden newsletter folder in the file following file structure inside radiant:
Here is an example showing the issue :
When working with legacy code, writing tests requires to exploit seams to -hack- inject custom behaviour. In Working Effectively with Legacy Code, Michael Fe...
There is a huge difference between reading about agile software developpment, and being an agile developper or team. There are a lot of practical best practi...
Functions and methods have a better status in the .Net world than they had in the Java world … They are now first class. This means that it is possible to as...