|
|
|
|
|
by eropple
4658 days ago
|
|
Fully agreed on a most of this; when Play does something well, it does something really well. I personally just wish the build system wasn't such a mess and so antithetical to good development practices--it's extremely hard to have something like a shared domain library among multiple projects (with hot reloading, i.e. if you need to iterate on it while you develop) without making a fake Play project with a conf directory and all of that. It feels built for independent systems/applications rather than ones that play (ha) nicely with each other. (Also, using the Flyway module has made life a lot easier. play-evolutions is a bit wonky.) |
|
That's how we do it anyways.