-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024-what-makes-code-good #123
base: master
Are you sure you want to change the base?
Conversation
added article about best practices in coding (article of round 2)
Internal Feedback Round 2A 21.11Thoughts
Ideas
|
External feedback: Part of participants that are computer science students/graduates: 45 % Clarity of the article:
Technical vs. Non-technical:
Engagement:
Structure of the article:
Part of participants that understand the purpose of the article: 72 % Part of participants that think the drawing helps to understand the meaning of the article: 56 % Factual errors/inaccuracies or additional comments: - |
What is good code?Code is more than just instructions for machines; it’s a shared language for humans. Good code allows collaboration by ensuring that every person who interacts with it—the original author, a colleague, or even someone years later—can understand and contribute effectively. Good code is clear, well-documented and embraces consistency. Good code is not just a technical artefact; it’s a conversation. It bridges gaps, aligns efforts, and empowers teams to build software efficiently and joyfully. |
Article of Round 2