差異處

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

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
下次修改 Both sides next revision
java:java [2020/07/26 22:43]
tony [Resource]
java:java [2021/10/19 14:11]
tony [Resource]
行 16: 行 16:
   * [[https://​stackoverflow.com/​questions/​36904955/​passing-single-object-vs-passing-multiple-parameters|Passing single object vs. passing multiple parameters]]   * [[https://​stackoverflow.com/​questions/​36904955/​passing-single-object-vs-passing-multiple-parameters|Passing single object vs. passing multiple parameters]]
   * [[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]]
 ==== Utility ==== ==== Utility ====
   * [[https://​regexr.com/​3d9se|regexr-version string]]   * [[https://​regexr.com/​3d9se|regexr-version string]]
行 54: 行 55:
   * [[https://​medium.com/​@GumtreeDevTeam/​builder-pattern-and-inheritance-in-java-25ccd2d70c9d|Builder Pattern and Inheritance in Java]]   * [[https://​medium.com/​@GumtreeDevTeam/​builder-pattern-and-inheritance-in-java-25ccd2d70c9d|Builder Pattern and Inheritance in Java]]
   * [[http://​egalluzzo.blogspot.com/​2010/​06/​using-inheritance-with-fluent.html|Using inheritance with fluent interfaces: get this]]   * [[http://​egalluzzo.blogspot.com/​2010/​06/​using-inheritance-with-fluent.html|Using inheritance with fluent interfaces: get this]]
- +==== Refactoring ==== 
 +  * [[https://​blogs.oracle.com/​javamagazine/​refactoring-java-part-3-regaining-business-agility-by-simplifying-legacy-code?​source=:​em:​nw:​mt:::​RC_WWMK200429P00043:​NSL400113756&​elq_mid=180344&​sh=15181307121302312825343122&​cmid=WWMK200429P00043C0014|Refactoring Java, Part 3: Regaining business agility by simplifying legacy code]]
  
 ==== Git ==== ==== Git ====