Published onNovember 16, 2018写优雅的代码:异常处理coding-styleexception-handlingpythonjavabest-practices讨论代码风格中的异常处理,强调不要吞掉异常、具体捕获异常以及避免捕获整个代码块。
Published onSeptember 10, 2016如何编写整洁优美的代码coding-styleclean-codebest-practicessoftware-development探讨编写整洁、可读、可维护代码的原则和实践。