DEV Community

Discussion on: 6 Skills to Become a Front-End Developer

Collapse
 
codeambivert profile image
Titilope Rotimi

Quick question... Is it better to test while coding or after you're done with the whole thing... Cos I feel it's better to solve any bug while it's easier to keep track rather than waiting to code the full stuff before testing

Collapse
 
ozakaran profile image
🆖 Karan Oza

It's better to test your site after implementing each feature you added into it.
And related to bug it's good practice to resolve it on time rather than left it for later.