I have seen this terms many times on the google code over configuration or configuration over code. I tried on by searching it on google, but still got nothing. Recently, I started work it on gulp and again the mystery came code over configuration.
Can someone please explain me what are these and what is the difference between them?
Marco Alka
Software Engineer, Technical Consultant & Mentor
Gulp is classical
code over configuration, as you code what should be done in which order. There should be no config file in which you define the behavior.Grunt, just as an example, on the other hand is
configuration over code, as you have to set up everything in config files. There should be no code in which you define the behavior.Related article: Gulp vs Grunt