|
|
|
|
|
by evolve2k
13 days ago
|
|
Coming from Rails, which I’m sure informes part of the philosophy I really like this. One design value of Rails is “Convention over configuration”, or what I sometimes explain as smart defaults over having to decide everything. I see this is an area this project can help with; thought through folder and naming conventions; wrestling with issues at the seem between common tools. Making doing things the right way way (like database migrations) becomes the easiest way to do it; most of the time. A bundle of smart conventions and ways of working that cuts down yak shaving and sometimes solves arguments as the project can be; well we thought on this a lot more than most of you and we’ve gone with this approach to stick these together and if you only half care now you can get this done for free for your apps. |
|