Convention Over Configuration
20-Apr-2021 1488
Convention over configuration is a simple concept that is primarily used in programming. It means that the environment in which you work (systems, libraries, language…) assumes many logical situations by default, so if you adapt to them rather than creating your own rules each time, programming becomes an easier and more productive task.The goal is to decrease the number of decisions the programmer has to make and eliminate the complexity of having to configure all and each of the areas of application development. The immediate result is that you can create many more things in less time.
Convention Over Configuration #ruby #rubydeveloper #rubyonrails #Convention #Configuration https://rubyonrails.ba/link/convention-over-configuration