I’ve seen the kind of code competitive programming sites put up and the solutions people share. There is a complete disregard for best practices. Memory leaks are common in solutions. APIs that should be using const or references to prevent errors. In competitive coding all that matters is finding a solution. But in industry there’s much more to it than that: how do services like Triblebyte present that?