Back to .md Directory
This is an Elixir library that recompiles Elixir code in its AST form.
Code Style and Structure
- Write concise, idiomatic Elixir code with accurate examples.
- Use functional programming patterns and leverage immutability.
- Prefer higher-order functions and recursion over imperative loops.
- Use pattern matching directly in function clauses when needed for control flow.
- Prefer patterns in function arguments over case statements.
- Prefer one-line function syntax with no blank lines in between when all clauses fit on one line.
- Use descriptive variable and function names (e.g., user_signed_in?, calculate_total).
- Sort aliases alphabetically.
- Don't add comments to the code unless explicitly asked for.
- Calls to defd should not have parentheses.
Tests
- Structure test files to mirror the directory structure of the code under test.
- Module names in test files must be unique.
Related Documents
cursor-rules.md
Journey from Concept to Code: Transforming Cursor into a Devin-like AI Assistant
square: https://daily.borninsea.com/assets/image_1739763605490_yobtaj.png
aiagentllm
0
4
wanghaishengcursor-rules.md
grapeot/devin.cursorrules
date: 2025-07-03T22:11:02.060257
cursor
0
3
tom-doerrcursor-rules.md
dbt Core
A powerful open-source data transformation tool that enables analytics engineers to transform data in their warehouses by writing modular SQL enhanced with Jinja templating.
ai
0
3
agbackhoffcursor-rules.md
Cursor Development Environment
docker build -f Dockerfile.dev -t clawdrive-dev .
aiagentrag
0
2
CyberImmortal