Structuring a project

I’m new to elixir is it common to use a source folder and where would placement of it make sense

Use mix new. You should probably follow a guide like this one: https://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html

1 Like

thank you, it feels strange coming from java and js so anything is a massive help

want to mention this topic
the concept sound about right in a larger scale project to me (yet I never actually implement something with it)

1 Like