Threadser.net
數據
關鍵字
功能建議
Following
Threads
Login
串文
串文鏈結
2025-01-19 07:30
The easiest way to make your code cleaner is to write self-documenting code: - Functions should describe what they are doing. - Parameters should have types. - Functions should have return types.
讚
20
回覆
7
轉發
作者
Michal Zakrzewski
the.michalzakrzewski
粉絲
串文
111+
讚
回覆
轉發
24小時粉絲增長
無資料
互動率
(讚 + 回覆 + 轉發) / 粉絲數
Infinity%
回覆 (BETA)
最先回覆的內容
發文後
用戶
內容
4 小時內
Mihail Petkov
mi6onti
They are both important- writing well structured code with the right methods and variables names. And document the code as well. One more point: Usually if the code needs a lot of comments, it starts to smell , and this is what you mean I guess :)
8 小時內
Asylbek
devunwind
Love it!