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

前端 未结 20 2313
再見小時候
再見小時候 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:05

    If you are maintaining code that continue to use the same standard as the original code was developed in (there is nothing worse then trying to debug a problem when the code looks all higgildy piggeldy)

提交回复
热议问题