Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Procedural programming
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Development practices == Certain [[software development]] practices are often employed with procedural programming in order to enhance quality and lower development and maintenance costs. ===Modularity and scoping=== [[modularity (programming)|Modularity]] is about organizing the procedures of a program into separate modules—each of which has a specific and understandable purpose. Minimizing the [[scoping|scope]] of variables and procedures can enhance software quality by reducing the [[cognitive load]] of procedures and modules. A program lacking modularity or wide scoping tends to have procedures that consume many [[variable (programming)|variable]]s that other procedures also consume. The resulting code is relatively hard to understand and to maintain. ===Sharing=== Since a procedure can specify a well-defined interface and be self-contained it supports [[code reuse]]—in particular via the [[Library (computing)|software library]].
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)