3 comments

3

Don't make them have to go to your boss to explain how difficult you're being by insisting on standards.

1

As someone who's been coding in Python using only standard libraries and shit I've made, how do I not become this guy when I learn to use whatever a SDK is?

0

If you are developing a library, make sure it follows coding conventions. If your library looks like the standard libraries, than it is probably ok. When using other people's work, there is not much you can do, since how the code is organized is not up to you.