← All Blogs

When was the last time you ran your code successfully on the first try?

24 October, 2020
~250 reads
When was the last time you ran your code successfully on the first try? blog

Recently, while working on a freelance project, I wrote some Python code for about an hour with full concentration and staying away from the terminal.

Then I ran the code.

And Boom! It executed successfully on the very first run.

When was the last time you ran your code successfully on the first try?

📮 Join my newsletter

I share tips on how to get started with freelancing, remote jobs, developer-related stuff, startup ecosystem, and lots of insider secrets with my subscribers.

Subscribe →
🧠 More Interesting Reads
Logging in Python
When an application runs, it performs a tremendous number of tasks. A simple to-do app can have tons...
How to add and customize Bootstrap in Nuxt.js
Learn how to improve the look and feel of a Nuxt project by configuring the default...
Dynamic Home Route in a Flutter App
Dynamically decide the home page to be shown to a user in a Flutter App based on some...