Pārlūkot izejas kodu

dev: update review.md

rcmerci 3 nedēļas atpakaļ
vecāks
revīzija
079f664ad7
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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).