Comment on 3 Predictions About The Future Of Code Reviews

glad_cat@lemmy.sdf.org ⁨1⁩ ⁨year⁩ ago

It could happen, but we can do this right now with compiler warnings and linters. For example Calling “FooBar” without checking return value can be done with -Wall or [[nodiscard]]. Same for the grouping of merges. As for the merge conflicts, I don’t believe anyone will ever be able to do this easily for the next 100 years unless you know what should be done in the merge, which cannot be deduced by a computer, but by talking to the involved developers.

source
Sort:hotnewtop