3code style guide
勝手にコードスタイルガイド
# common coding
::: naming converstaion
- varibales name of index is
idx
wheen loop, forEach or iteration :::
# coding test case
::: naming converstaion for test
- variables name is
sut
(system under test) which keep target :::
need sanity check for integration test
- databaseとかのテストやるときは、sanity-chekcしようね
Last Updated: 2021/4/9 17:01:46