428 Views
Last week I wrote about so-called " best practices", and one coding style that's often promoted as a "best practice" is to "prefer convention over configuration ". What exactly does this mean? Well the idea is that wherever possible we attempt to remove the need to explicitly configure things, and instead rely on sensible (but overridable) defaults.
0 comments