All Questions
1 question
4
votes
2
answers
1k
views
Are there coding standards for whether procedural programs should have source code listed top-down or bottom-up? [closed]
Let's say I have a basic procedural program which is well structured into decomposed functions. For example, a main() function which calls functions a and b, which in turn each call functions c and d, ...