코드 품질 개선 기법 29편: 고르디우스 변수
Source: LINE Engineering
서론
이 글은 2024년 6월 13일에 일본어로 먼저 발행된 기사를 번역한 글입니다. LY Corporation은 높은 개발 생산성을 유지하기 위해 코드 품질 및 개발 문화 개선에 힘쓰고…
Source: LINE Engineering
이 글은 2024년 6월 13일에 일본어로 먼저 발행된 기사를 번역한 글입니다. LY Corporation은 높은 개발 생산성을 유지하기 위해 코드 품질 및 개발 문화 개선에 힘쓰고…
We have all been there. It is 4 PM on a Friday. You are staring at a stack trace that makes no sense. The error is the classic JavaScript killer: Cannot read pr...
TL;DR Write tests. You don't truly realize how messy code is until you try to write a unit test for it. Understand your annotations. Don’t use @Data when @Gett...
Introduction: Why Most APIs Fail Before They Scale 🚨 You can build an API that works today… and still be building a broken system tomorrow. Many APIs fail not...
!Cover image for Writing Python That Still Makes Sense a Year Laterhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/...