code questions #82937
Replies: 3 comments
Hey there! 👋 Thanks for posting in the GitHub Community, @DNXEMPIRE-1! We're happy you're here. You are more likely to get a useful response if you are posting your question in the applicable category. The Accessibility category is a place for our community to discuss and provide feedback on the digital accessibility of GitHub products. Digital accessibility means that GitHub tools, and technologies, are designed and developed so that people with disabilities can use them. I've gone ahead and moved this to the correct category for you. Good luck! |
Simply put, coding is the specific act of translating logic into a machine-readable language (writing the actual lines of code), while programming is the much broader discipline that includes coding but also covers planning, architecture, problem-solving, debugging, testing, and maintaining the entire system—so coding is like laying the bricks, but programming is being the architect who designs the whole building, ensures it won't collapse, and oversees the entire project from start to finish. |
Coding: The act of writing source code in a programming language (such as C#, Java, Python, or JavaScript). It involves translating a predefined solution into instructions that a computer can execute. Programming: A much broader process that includes:
Example If you are asked to develop a clinic management system: Programming involves deciding which modules the system will have (patients, appointments, billing, inventory), designing the database, defining the business logic, planning the architecture, writing the code, testing it, and maintaining it. Summary Coding = Writing code. Every programmer writes code, but someone can be a coder without being involved in the analysis, design, architecture, or overall software development process. |
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Question
Body
What is the difference between coding and programming?
All reactions