差異處

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

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
下次修改 Both sides next revision
java:effective_java [2019/07/21 23:31]
tony [Lambdas and Streams]
java:effective_java [2020/08/30 19:05]
tony [Articles]
行 6: 行 6:
 直到現在,為了增加團隊產出的品質,我認為把知識分享給團隊非常重要。因此我會開始不定時整理我看的內容與想法。 直到現在,為了增加團隊產出的品質,我認為把知識分享給團隊非常重要。因此我會開始不定時整理我看的內容與想法。
 ====== Articles ====== ====== Articles ======
-  * [[java:​effective_java:​methods:check_parameters_for_validity|Check parameters for validity]] +  * [[java:​effective_java:​creating_and_destroying_objects:prefer_try-with-resources_to_try-finally|Prefer try-with-resources to try-finally]] 
-  * [[java:​effective_java:​methods:​use_varargs_judiciously|Use varargs judiciously]] +  * [[java:​effective_java:​methods|Methods]] 
-===== Lambdas and Streams ===== +  * [[java:​effective_java:​concurrency|Concurrency]] 
-  * [[java:​effective_java:​lambdas_and_streams:​prefer_lambdas_to_anonymous_classes|Prefer lambdas to anonymous classes]] +  * [[java:​effective_java:​lambdas_and_streams|Lambdas and Streams]] 
-  * [[java:​effective_java:​lambdas_and_streams:​prefer_method_references_to_lambdas|Prefer method references to lambdas]] + 
-  * [[java:​effective_java:​lambdas_and_streams:​favor_the_use_of_standard_functional_interfaces|Favor the use of standard functional interfaces]] + 
-  * [[java:​effective_java:​lambdas_and_streams:​prefer_collection_to_stream_as_a_return_type|Prefer Collection to Stream as a return type]] + 
-  * [[java:​effective_java:​lambdas_and_streams:​use_caution_when_making_streams_parallel|Use caution when making streams parallel]]+
 ====== Reference ====== ====== Reference ======
   * Effective Java, 2/e   * Effective Java, 2/e