HackerTrans
TopNewTrendsCommentsPastAskShowJobs

btkostner

no profile record

comments

btkostner
·3 anni fa·discuss
I’m surprised that nobody has posted about Elixir yet. I nominate the excellently written Phoenix library. Not only is the code well organized and easy to find, the documentation is expansive and right next to the code.

https://github.com/phoenixframework/phoenix
btkostner
·4 anni fa·discuss
I’d take a look at the terminate callback for Elixir GenServers.

https://hexdocs.pm/elixir/1.12/GenServer.html#c:terminate/2