← Back to context Comment by jtbayly 1 day ago Would you be willing to share your CLAUDE.md file contents? I’m vibe coding in Elixir. 1 comment jtbayly Reply cpursley 1 day ago I somewhat followed this:https://elixirforum.com/t/coding-with-llms-conventions-md-fo...It's not perfect - you often have to remind it not to write imperative style code and to lean on Elixir conventions like "with" statements, function head matching, not reassigning vars, etc.
cpursley 1 day ago I somewhat followed this:https://elixirforum.com/t/coding-with-llms-conventions-md-fo...It's not perfect - you often have to remind it not to write imperative style code and to lean on Elixir conventions like "with" statements, function head matching, not reassigning vars, etc.
I somewhat followed this:
https://elixirforum.com/t/coding-with-llms-conventions-md-fo...
It's not perfect - you often have to remind it not to write imperative style code and to lean on Elixir conventions like "with" statements, function head matching, not reassigning vars, etc.