mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
add some codestyle thoughts
This commit is contained in:
parent
5a12904cc3
commit
3201f55eaf
@ -5,3 +5,4 @@
|
||||
otherwise synchronous errors can get swallowed
|
||||
- only named exports, no default exports
|
||||
otherwise it becomes hard to remember what was a default/named export
|
||||
- should we return promises from storage mutation calls? probably not, as we don't await them anywhere. only read calls should return promises?
|
||||
|
Loading…
Reference in New Issue
Block a user