Writing code
		 History /
		 Edit /
		 PDF /
		 EPUB /
		 BIB /
		
		
Created: May 25, 2019 / Updated: August 30, 2025 / Status: draft / 1 min read (~59 words)
					
			
	Created: May 25, 2019 / Updated: August 30, 2025 / Status: draft / 1 min read (~59 words)
- Make sure you understand what you have to implement
 - Make it work
 - Write a test for what you implemented
 - Refactor the code for reusability/code standard
 - Verify that your code passes linting and tests
 - Commit your code on a branch
 - Push to the central repository
 - Verify that CI passes
 - Create pull request
 - Annotate code to explain intent of changes