"Some Engineering Tough Sells"

Posted on Jun 12, 2022

https://posco.dev/blog/2022-04-23_draft_some-engineering-tough-sells/

…공감이 가는 부분들은:

  1. dynamic serialization isn’t worth it, use statically defined serialization
  2. untested code is virtually always somewhat wrong
  3. doing things right pays off sooner than we usually imagine
  4. an ounce of design is worth a pound of implementation
  5. in data engineering, the data very often violates your beliefs about the shape
  6. thinking about, and minimizing edges in your code’s dependency graph is a win
  7. a good (i.e. programmable, fast, reliable, reproducible) build system solves a lot of practical software engineering problems

…많은것들을 경험하되, 숙고와 자기객관화는 중요. 아니라면, 경험과 시간은 그저 흘러가게 되니.