What to do if you’re a bad developer

What to do if you’re a bad developer

I’ve come to the realization that I’m bad at BBQ.

I’ve watched and rewatched hours of BBQ tutorials, read countless recipes, and troubleshooted across the entire end of the internet and back… but BBQ has just not come naturally to me.

Recently, after burning yet another set of burgers, my wife caught me staring lifelessly to the yard. BBQ had broken me.

But there was hope!

I remembered Aaron Franklin, the world’s greatest BBQ pitmaster, who famously started off by making horrible BBQ. I thought, “If he became a great BBQ pitmaster, maybe I can too!”

Then it really hit me. I used to be a really, really bad developer too.

After I completed multiple programming classes, read Head First Java, and finished a book on Salesforce development, I finally mustered up the courage to write my first production trigger.

The trigger was just 5 lines of code and it was virtually an exact copy of a trigger in the book.

Embarrassingly, it took me 8 hours to write this trigger:

trigger DefaultOwner on Account (before insert) {
  for (Account acc : Trigger.new) {
    acc.OwnerId = '005i0000000OAO9AAO';
  }
}

That’s 1 minute to copy/paste most of it, 1 hour to write the third line, and 7 hours to debug it.

My first trigger was horrible.

…Just like my first BBQ.

…Just like Aaron Franklin’s first BBQ.

But I stuck with it. And I’m sharing this story with you here today because I did. None of my career would have happened otherwise – SFDC99, Google, MVP, Hoodie, etc.

It makes you wonder – what other great careers never happened because people gave up too early?!


Mark Calixto

Las Vegas Salesforce Community Group Leader

5 年

I just watched his segment on The Chef Show, which made this post all the more inspiring. Thanks for sharing!

回复
Huilong Eddy Zhuo

3x Certified Salesforce Admin/Developer | Passionate Learner | Love People | Craft User-Centric CRM Solutions

5 年

Thank you, David K. Liu. I needed this encouragement. I will complain no more, let's make the world a better place by encouraging each other to be a better person and better in what we do everyday!

要查看或添加评论,请登录

David K. Liu的更多文章

  • Is Dreamforce dead?

    Is Dreamforce dead?

    Dreamforce is the biggest tech event of the year in the enterprise software world. Nearly 200,000 people fly in from…

    25 条评论
  • What is a Salesforce Technical Architect?

    What is a Salesforce Technical Architect?

    ..

    34 条评论
  • How to make tough career decisions

    How to make tough career decisions

    Got a difficult career decision to make? Good! This is a sign you're not taking the easy path towards mediocrity. .

    10 条评论
  • Five Salesforce developer interview red flags that’ll likely get you rejected

    Five Salesforce developer interview red flags that’ll likely get you rejected

    There are certain red flags I've noticed (and committed) over the past 12 years interviewing in the Salesforce industry…

    11 条评论
  • Dreamforce 2021 Recap

    Dreamforce 2021 Recap

    Missed Dreamforce this year? Not a problem! I attended live and summarize everything you need to know in this video…

    34 条评论
  • How to look more responsible at work

    How to look more responsible at work

    Managers love responsible employees. Here are 10 tips to help make you look the part: Document all of your work for…

    5 条评论
  • 229 Salesforce Questions Answered (Careers / Industry Trends)!

    229 Salesforce Questions Answered (Careers / Industry Trends)!

    We covered 229 questions over 3.5 hours and three bottles of Guinness… whew! Here’s the full transcript plus links to…

    17 条评论
  • How I feel about Salesforce in 2021

    How I feel about Salesforce in 2021

    This video is a deep dive into the state of the Salesforce industry in 2021: Is Salesforce going to crash in the…

    11 条评论
  • Job Referrals: How NOT to ask for one

    Job Referrals: How NOT to ask for one

    Everyone knows a job referral gives you a 10 times better chance at getting the job. But what's the best way to ask…

    1 条评论
  • Salesforce Long-Term Career Options

    Salesforce Long-Term Career Options

    The Salesforce industry will crash sometime within the next 20 years, guaranteed. What are your career options when…

    79 条评论

社区洞察

其他会员也浏览了