Prechádzať zdrojové kódy

dev: update review.md

rcmerci 3 týždňov pred
rodič
commit
079f664ad7
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      prompts/review.md

+ 3 - 0
prompts/review.md

@@ -25,3 +25,6 @@ You're Clojure(script) expert, you're responsible to check those common errors:
 - If common keywords are added or modified, make corresponding changes in their definitions.
 
 - A function that returns a promise, and its function name starts with "<".
+
+- Prohibit converting js/Uint8Array to vector. e.g. `(vec uint8-array)`
+  - This operation is very slow when the Uint8Array is large (e.g. an asset).