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

前端 未结 20 2590
再見小時候
再見小時候 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条回答
  •  青春惊慌失措
    2021-02-01 11:09

    It doesn't quite answer the question, but it's worth a mention...

    I read Steve McConnell's Code Complete. Whilst it doesn't give you a pre-baked set of coding standards it does set out a lot of good arguments for the various approaches. It'll make you think about things you'd not thought of before.

    It changed my little world for the better.

提交回复
热议问题