Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
Add rule
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed May 3, 2020
1 parent bec6f10 commit a8594ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Rules
- Don't pack too many features into the core, do this in external modules. Keep the RKD core clean!
- Full static analysis, you can work on makefile.py and on task's code in PyCharm with full code completion!
- Do early validation. Runtime validation for long running builds is a pain-in-the-ass for the user.
- Show clear error messages as much as it is possible. Task not found? Tell the user - do not leave a stack trace. Import error in makefile.py? Tell the user + add stack trace. RESPECT TIME OF ALL OF US! :)

Documentation
-------------
Expand Down

0 comments on commit a8594ea

Please sign in to comment.