代码瘦身优化实践

史蒂夫.乔布斯说,”复杂的终极境界是简单“,同样的优雅的代码一定是精简明了,可读性好。 使用LocalDate和LocalDateTime  LocalDate精确到日期,LocalDateTime精确到时分秒。 优化前14行代码  01 try{ 02 SimpleDateFormat sdfDay = new SimpleDateFormat("yyyy-MM-dd"); 03 SimpleD
相关文章
相关标签/搜索