其他分享
首页 > 其他分享> > programming methods and principle

programming methods and principle

作者:互联网

0x01 program strategies

IT IS WORTHWHILE TO MAP OUT A STRATEGY BEFORE STARTING TO CODE

part A decomposition

a good decomposition will allow you to isolate the deatils for all tricky parts into just a few functions.

part B incremental

do not try to solve it the entire task at ONCE.

when you are ready to implement, focus on implementing features one at a time.

reference

标签:CODE,methods,just,programming,program,decomposition,principle,part
来源: https://www.cnblogs.com/ijpq/p/15428299.html