差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
下次修改 Both sides next revision
java:java [2021/10/31 15:26]
tony [Security]
java:java [2022/04/24 15:28]
tony [Architecture]
行 17: 行 17:
   * [[https://​wiki.sei.cmu.edu/​confluence/​display/​java/​SEI+CERT+Oracle+Coding+Standard+for+Java|SEI CERT Oracle Coding Standard for Java]]   * [[https://​wiki.sei.cmu.edu/​confluence/​display/​java/​SEI+CERT+Oracle+Coding+Standard+for+Java|SEI CERT Oracle Coding Standard for Java]]
   * [[http://​hauchee.blogspot.com/​2015/​05/​unicode-regular-expression.html|http://​hauchee.blogspot.com/​2015/​05/​unicode-regular-expression.html]]   * [[http://​hauchee.blogspot.com/​2015/​05/​unicode-regular-expression.html|http://​hauchee.blogspot.com/​2015/​05/​unicode-regular-expression.html]]
 +  * [[https://​github.com/​qiangmzsx/​Software-Engineering-at-Google|Software-Engineering-at-Google]]
 ==== Security ==== ==== Security ====
   * [[https://​www.oracle.com/​java/​technologies/​javase/​seccodeguide.html|Secure Coding Guidelines for Java SE]]   * [[https://​www.oracle.com/​java/​technologies/​javase/​seccodeguide.html|Secure Coding Guidelines for Java SE]]
行 38: 行 38:
   * [[https://​craftsmanshipcounts.com/​clean-architecture-compare-critique-java/​|Clean Architecture:​ A Comparison to and Critique of Java Best Practice]]   * [[https://​craftsmanshipcounts.com/​clean-architecture-compare-critique-java/​|Clean Architecture:​ A Comparison to and Critique of Java Best Practice]]
   * [[https://​craftsmanshipcounts.com/​clean-architecture-sorting-filtering-paging/​|The Devil in the Details of Clean Architecture:​ Sorting, Filtering, and Paging]]   * [[https://​craftsmanshipcounts.com/​clean-architecture-sorting-filtering-paging/​|The Devil in the Details of Clean Architecture:​ Sorting, Filtering, and Paging]]
 +  * [[https://​foil-knee-12e.notion.site/​Why-we-need-to-separate-domain-model-from-data-model-DTO-DB-model-ViewModel-5e62bca2c9414efbb07c3623af48b96d|Why we need to separate domain model from data model (DTO/ DB model/​ViewModel)]]
 ==== OO ==== ==== OO ====
   * [[http://​www.hitripod.com/​blog/​2011/​12/​object-oriented-design-five-principles-solid/​|物件導向程式設計五大原則:SOLID]]   * [[http://​www.hitripod.com/​blog/​2011/​12/​object-oriented-design-five-principles-solid/​|物件導向程式設計五大原則:SOLID]]