signs of fundamental problems with software development #823:
Being told by a linter that I can't use X() because it is too new, but if I want to use X() and I am sure I have the proper runtime check in place, then I should just put in an annotation saying @TargetAPIVersion(42) and then the linter will shut up.
No comments:
Post a Comment