Consistency across a code base is probably more important. Also, if C++ has a paradigm that is more organizational with little impact on code logic, probably fine to use it.

TIL c++ has ordering requirements. Makes me happy I started with Rust for systems stuff.

Reply to this note

Please Login to reply.

Discussion

It's not that bad since it sets an expected order. I always start reading c++ files from the bottom up.

Good to know. I'll do this when I encounter c++ now