코드 품질 개선 기법 28편: 제약 조건에도 상속세가 발생한다
Source: LINE Engineering
코드 품질 및 개발 문화 개선
이 글은 2024년 6월 6일에 일본어로 먼저 발행된 기사를 번역한 글입니다. LY Corporation은 높은 개발 생산성을 유지하기 위해 코드 품질 및 개발 문화 개선에 힘쓰고 …
Source: LINE Engineering
이 글은 2024년 6월 6일에 일본어로 먼저 발행된 기사를 번역한 글입니다. LY Corporation은 높은 개발 생산성을 유지하기 위해 코드 품질 및 개발 문화 개선에 힘쓰고 …
The Stalling Design Problem There’s a moment I keep encountering when practicing TDD: tests pass, coverage improves, and refactoring feels safe. Yet, at some p...
Introduction Most systems don’t fail because of bad technology choices; they fail because they were never designed to grow. I’ve spent years building backend s...
Milestone: usePopcorn Completed The usePopcorn app is finally complete after three weeks of development. This week focused on: - Final polish - Cleanup - Refac...
Data Structures and Algorithms DSA often feel overwhelming at first. With so many concepts, patterns, and problem types, it’s easy to feel stuck or slow. But he...