有人猜测说可能是:“同事不写注释,不遵循驼峰命名,括号换行,最主要还天天 git push -f 等因素”激怒了这名行凶者。
---
coding style 真的很重要啦,空格跟 tab 就直接遵照 IDE 的設定就好。要不然就去 editorconfig.org 下載設定,大家都安裝一樣的 formatter 套件,然後 push 上去的時候加個 hook,沒通過 lint 的就 reject。
然後現在 GitHub 跟 GitLab 也都有禁止 git push -f 的設定了,所以也不怕程式碼被蓋掉。
「定義規範,救人一命」,這是萬古不變的準則啊!
#git #camelcase #editorconfig #lint
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
「camelcase」的推薦目錄:
- 關於camelcase 在 Kewang 的資訊進化論 Facebook 的最佳貼文
- 關於camelcase 在 MUKI SPACE INC. Facebook 的最讚貼文
- 關於camelcase 在 コバにゃんチャンネル Youtube 的最讚貼文
- 關於camelcase 在 大象中醫 Youtube 的最佳解答
- 關於camelcase 在 大象中醫 Youtube 的最讚貼文
- 關於camelcase 在 命名規則 的評價
- 關於camelcase 在 Given string is not converting into camelCase in python? 的評價
- 關於camelcase 在 segmentio/go-camelcase - GitHub 的評價
- 關於camelcase 在 How to write camel case for words like "phonenumber ... 的評價
camelcase 在 MUKI SPACE INC. Facebook 的最讚貼文
雖然這是作者 3 年前的觀點了,但看了這篇文章後,瞬間放棄剛萌芽的念頭:「在 html tag 的命名改用 CamelCase」,可是 Facebook 也都用 CamelCase 做命名耶(默
不過這篇文章真的超義憤填膺的,連用底線都被罵進去了,害我覺得自己用底線真的是萬惡至極、真的是千古罪人阿!!!! 我錯了媽媽 T口T
但最後被這句話給驚住了....OTL,揪竟~要不要改回用 hyphen-delimited 呢?揪結阿 (╥_╥")
「The syntax of a language has already been decided for you; you might as well stick with it!」
http://csswizardry.com/2010/12/css-camel-case-seriously-sucks/
camelcase 在 コバにゃんチャンネル Youtube 的最讚貼文
camelcase 在 大象中醫 Youtube 的最佳解答
camelcase 在 大象中醫 Youtube 的最讚貼文
camelcase 在 segmentio/go-camelcase - GitHub 的推薦與評價
Fast camelcase implementation that avoids Go's regexps. Direct fork of our snakecase implementation. --. import "github.com/segmentio/go-camelcase". ... <看更多>
camelcase 在 命名規則 的推薦與評價
小駝峰(lower camel case). 第一個單字的首字母小寫,其餘單字首字母大寫例如:firstName、userPhone · 大駝峰(upper camel case,Pascal Case). 第一個單字 ... ... <看更多>
相關內容