title |
---|
Style Guide |
In general, observe the style of existing code and respect it.
No abstraction over fetch
, just use fetch
.
We should not call watch
in async function,
unless the target is a global variable,
otherwise memory leak.
title |
---|
Style Guide |
In general, observe the style of existing code and respect it.
No abstraction over fetch
, just use fetch
.
We should not call watch
in async function,
unless the target is a global variable,
otherwise memory leak.