Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 321 Bytes

development-tips.md

File metadata and controls

13 lines (7 loc) · 321 Bytes

Development Tips

Check for compile-time warnings

Before opening your PR check the compilation for new compile-time warnings.

Check for credo issues

Run mix credo and address the issues it reports

Check for proper inline documentation

Run mix inch and add proper inline documentation where it reports.