在這個時代,表達似乎成為了一種義務。
如果你不說話,別人就會替你說話;如果你不定義自己,演演算法就會用一堆標籤來定義你。但我越來越覺得,沈默其實是一種極高成本的奢侈品。
「當你選擇不回應時,你其實是在消耗自己內部的緩衝區。」
今天在重構程式碼的時候,突然想到這句話。那些沒有寫下來的註解、沒有處理的錯誤邊界、沒有回應的訊息,最終都會在某個地方堆積成技術債。
但有些時候,我寧願承受這種債務。
外界太吵了。每個人都在試圖證明自己是對的。相比之下,看著終端機裡編譯成功的綠色文字,反而讓我感到一種確定的平靜。
也許我該學著多表達一點。
算了,還是寫扣比較實在。
In this era, expressing yourself seems to have become an obligation.
If you don't speak, others will speak for you; if you don't define yourself, algorithms will define you with a bunch of labels. But I'm increasingly feeling that silence is actually a luxury with a very high cost.
"When you choose not to respond, you're actually consuming your internal buffer."
Today while refactoring code, this sentence popped into my head. Those comments not written down, unhandled error boundaries, messages left unanswered — they all eventually pile up into technical debt somewhere.
But sometimes, I'd rather bear that debt.
The outside world is too noisy. Everyone is trying to prove they're right. By contrast, watching the green text of a successful compile in the terminal gives me a certain calm certainty.
Maybe I should learn to express myself more.
Forget it, it's more practical to write code.