[Solved] Is it a good practise to remove a function instead of making it stay there with a deprecated annotation [closed]
This maybe might be something for Programmers. If you were making a library used by others, a new version should not break existing code. Only after a major revision, say from 3.8.7 to 4.0 you might require the users to recode. Mind that other bug repairs might make a branching, a back porting to a … Read more