You SUCK at coding How to get better: - Learn to learn - Find your community - Build a personal roadmap - Find peers to provide feedback - Build personal projects (No Tuts) What other strategies are you using? 👇
@thekelvinperez while(better!=true){ Learn =+1; BuildRoadmap(); if(!feedback){ findPeers(); } BuildProjects(noTuts); } /*program might not work in specific environments */
@code_details I love this Wow this is amazing, you even added a comment This is the infinite loop of growth for a developer
@code_details @thekelvinperez The fact that I was able to read this code like "how are you" shows how fa I have come 😊😊
@code_details @thekelvinperez That code has a bug bruh...it doesn't work bcoz Learn is not incremented. It should b Learn += 1; not th other way round.