瀏覽代碼

dev: update review.md

rcmerci 3 周之前
父節點
當前提交
079f664ad7
共有 1 個文件被更改,包括 3 次插入0 次删除
  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).