Programming/TIL
-
2019.12.31 - Breaking ChangesProgramming/TIL 2019. 12. 31. 13:13
Breaking Changes란? stackoverflow에 하기와 같은 답변이 있다. The first point is to decide what "breaking change" means in English\*. In some places it would be merely something which stops the code from compiling / running. From your list so far, I suppose you mean a change that will require other people to make a corresponding change. In that case, since each module of your product should have a well defin..