class Developer:
def __init__(self):
self.name = "Abishek B"
self.location = "India 🇮🇳"
self.job = "AI/ML Enthusiast"
self.hobbies = ["Breaking prod", "Googling errors",
"Blaming git", "Drawing"]
self.superpower = "Turning coffee into code"
def daily_routine(self):
while True:
coffee.drink()
code.write()
bug.create()
stackoverflow.copy()
git.push("fixed everything")
print("It works on my machine! 🤷♂️")Achievement Unlocked: Spent 3 hours on a bug caused by a typo 🎖️
99 little bugs in the code...
Take one down, patch it around...
127 bugs in the code! 🐛
"It's not a bug, it's a feature" - Me, every day
"Works on my machine ¯\(ツ)/¯" - Also me
"I'll fix it in the next commit" - Narrator: He didn't
"Just one more semicolon..." - Famous last words














