6

Just realized I don't have a code style. In python at least I stick to what flake8 tells me, but with C++ I change my style every project I work with to adapt to their existing code base, and then I keep that style untill the next project.

Current project is an ns-3 module, and their code style is quite horrible but I'm already making it a part of me.

Comments
  • 8
    Adaptability to the existing code is more important than personal style, imho.
Add Comment