差異處

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

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
下次修改 Both sides next revision
pd:tasks [2019/07/21 23:31]
tony [已完成]
pd:tasks [2019/07/28 22:30]
tony [已完成]
行 37: 行 37:
   * 2019-07-21 Effective Java - Prefer Collection to Stream as a return type [[java:​effective_java:​lambdas_and_streams:​prefer_collection_to_stream_as_a_return_type|link]]   * 2019-07-21 Effective Java - Prefer Collection to Stream as a return type [[java:​effective_java:​lambdas_and_streams:​prefer_collection_to_stream_as_a_return_type|link]]
   * 2019-07-21 Effective Java - Favor the use of standard functional interfaces [[java:​effective_java:​lambdas_and_streams:​favor_the_use_of_standard_functional_interfaces|link]]   * 2019-07-21 Effective Java - Favor the use of standard functional interfaces [[java:​effective_java:​lambdas_and_streams:​favor_the_use_of_standard_functional_interfaces|link]]
 +  * 2019-07-23 Effective Java - Prefer side-effect-free functions in streams [[java:​effective_java:​lambdas_and_streams:​prefer_side-effect-free_functions_in_streams|link]]
 +  * 2019-07-28 Effective Java - Prefer try-with-resources to try-finally [[java:​effective_java:​creating_and_destroying_objects:​prefer_try-with-resources_to_try-finally|link]]