Do you have any good advice/links to a set of coding standards or best practices to follow?

前端 未结 20 2318
再見小時候
再見小時候 2021-02-01 10:40

For those of us that have programmed enough I’m sure we have come across many different flavours of coding standards that you can use when it comes to programming.

e.g.

20条回答
  •  闹比i
    闹比i (楼主)
    2021-02-01 10:56

    Google has a posted style guide for C++ here which I consult sometimes. Just reading through the explanations and reasoning, despite whether you end up agreeing with some of the styles or not, may teach you some things you might not have thought about.

提交回复
热议问题