FlowchartsThis tip submitted by ayyapparaju on 2005-06-06 05:12:03. It has been viewed 77071 times.Rating of 5.6 with 616 votes Use a flowchart to represent the logic of your program before coding.This will reduce lot of redundancy and helps improve your logic. In fact, even if you don't use a flow chart, but sure to spend some time thinking about your program design before diving in and writing code. More tips Help your fellow programmers! Add a tip! |