You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This conventions file provides guidelines for writing good functional code. The definition of "good" here is largely influenced by [Clean Code by Robert C. Martin](https://www.goodreads.com/book/show/3735293-clean-code) ([web archive in case of url rot](https://web.archive.org/web/20250127215242/https://www.goodreads.com/book/show/3735293-clean-code))
4
+
5
+
## Purpose
6
+
7
+
These conventions ensure that code is
8
+
- simple
9
+
- easy to understand
10
+
- maintainable
11
+
12
+
## Use Cases
13
+
14
+
This convention is intended for use when writing code using functional paradigm
15
+
16
+
## Usage
17
+
18
+
[See How to Use These Conventions](https://github.com/Aider-AI/conventions#how-to-use-these-conventions)
0 commit comments