Skip to content

Commit fe970d6

Browse files
authored
Update AGENTS.md (#1128)
1 parent 0caf09e commit fe970d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ This document explains how to work effectively in this repository.
5353
- Do not run `git commit`; users handle commits/branches.
5454
- Do not `print()` inside kernels; use logging or host-side code.
5555
- Tile indexing preserves dimensions; `i = hl.tile(...); x[i]` keeps ranks.
56+
- Do not add unnecessary error checks via `hasattr`, `getattr`, `except`, etc.

0 commit comments

Comments
 (0)