Hacker News new | ask | show | jobs
by hlieberman 3394 days ago
For Elixir in particular, you should be using appups and relups if you want hot code reloading with the ability to instantly and safely fall back.

It's important to remember, appups and relups are themselves code that needs separate testing. Ericsson engineers spend as much time (if not more!) testing the relups as they do writing new code.