Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Maybe try going to a site like codewars.com and attempt solving hard problems and later compare your solutions with other people
-
freeme8226yFor me, I’m trying to figure out what do ladies think whenever they are happy or sad. If I can figure it out then I think it can improve my logic.
-
Snob20926yMy job teaches me everyday... Nothing will be more complex and complicated at least in my dev-life.
-
I like to reinvent the wheel every time I can. If there exists a built-in function pow(x, y) for example I prefer to build my own myPow(x, y) and figure out the best implementation possible. Even though most of time is not going into production it still is a good exercise. Do that for algorithms, data structures and everything and you'll gain a lot of XP in logic.
-
Jifuna37406yWhen building I always ask myself if there is a better way and I ask my colleagues how they would solve it.
Related Rants
How do you personally practice to improve your programming logic ?
question
logic
skills
programming