手寫筆記
Published in

手寫筆記

Clean Code 無瑕的程式碼 | 閱讀筆記

敏捷軟體開發技巧守則

Photo by Greg Rakozy on Unsplash

前言

在資訊的這條路上一定都會想要不斷提升自己的技術,除了對於各種領域的深度之外,軟體工程同樣關心程式的品質,其中一個廣為人之的概念就是 Clean Code。

每個人對於 Clean Code 的看法都不一樣,對於我來說 Clean Code 是程式容易擴充、維護,發生問題時能夠快速的發現問題並解決它,而且程式碼的邏輯無懈可擊。

但是,要寫出 Clean Code 不是一件容易的事情,現在我有機會讓自己成為更好的程式設計師。所以,我把學習的過程紀錄下來,希望能夠把學習的知識轉換成自己的說法再次分享給大家。

這份閱讀筆記中的程式碼大部份都是 Python,在 Python 高可讀性之下,希望大家可以不必在意當下學習的語言,盡情地閱讀筆記。

閱讀筆記

--

--

學習永無止盡,我們一起學習。

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store