Skip to content
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

Programming Principles #17

Open
shhider opened this issue Sep 21, 2023 · 0 comments
Open

Programming Principles #17

shhider opened this issue Sep 21, 2023 · 0 comments
Labels
Draft work in progress

Comments

@shhider
Copy link
Owner

shhider commented Sep 21, 2023

"make it work, make it right, make it fast"

medium.com

make it work: You will never know all the requirements until you start coding.

Before you refactor (make it right and faster), write unit tests to lock this behavior.

do not try to write great code in the first place;
- You have all the code, now put it in the write place, with the right shape, the right classes, the right names.

@shhider shhider added the Draft work in progress label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Draft work in progress
Projects
None yet
Development

No branches or pull requests

1 participant