CrowdHailer / raxx_kit

Get started with Raxx + Elixir
http://crowdhailer.me/2018-05-01/building-a-distributed-chatroom-with-raxx-kit/
Apache License 2.0
122 stars 10 forks source link

Add --no-exsync flag #69

Closed nietaki closed 5 years ago

nietaki commented 6 years ago

Exsync is a great option for fast iteration and beginners, but it's not without faults and can lead to some weird problems during development of non-trivial apps.

The aim of this issue would be to have a flag for opting out of exsync when generating the project.

An alternative would be to only reload modules in the project that are safe to reload (router, controllers), but that might be harder to implement and come with assumptions of its own.

nietaki commented 5 years ago

Will be part of https://github.com/CrowdHailer/raxx_kit/pull/71

CrowdHailer commented 5 years ago

released https://hex.pm/packages/raxx_kit/0.8.0