美文网首页
Egoless Programming

Egoless Programming

作者: haokeqiudu | 来源:发表于2019-05-09 16:43 被阅读0次

    Egoless Programming: You Are Not Your Job                                                                                                         

    The concept of egoless programming, as described by Johanna Rothman:

    Twenty-five years ago, Jerry Weinberg published The Psychology of Computer Programming. I discovered the book in 1977, and decided I wanted to work as an egoless software engineer, not as a radio disk jockey.

    Egoless programming occurs when a technical peer group uses frequent and often peer reviews to find defects in software under development. The objective is for everyone to find defects, including the author, not to prove the work product has no defects. People exchange work products to review, with the expectation that as authors, they will produce errors, and as reviewers, they will find errors. Everyone ends up learning from their own mistakes and other people's mistakes. That's why it's called egoless programming. My ego is not tied to my "perfect" or "imperfect" work product. My ego is only tied to my attempts to do the best job I know how, and to learn from my mistakes, not the initial result of my work.



    It's important to disconnect your idea of self-worth from your job function.


    I am reminded of these quotes from the movie Fight Club:

    You are not your job. You are not how much money you have in the bank. You are not the shoes you wear. You are not the contents of your wallet.

    It's a lot easier to embrace criticism of your work when you don't let your work define who you are.

    Unfortunately, the world is full of people who don't give a damn about their work. Those of us who love programming enough to become highly skilled at it tend to have the opposite problem-- we care too much:

    In the early years of programming, a program was regarded as the private property of the programmer. One would no more think of reading a colleague's program unbidden than of picking up a love letter and reading it. This is essentially what a program was, a love letter from the programmer to the hardware, full of the intimate details known only to partners in an affair. Consequently, programs became larded with the pet names and verbal shorthand so popular with lovers who live in the blissful abstraction that assumes that theirs is the only existence in the universe. Such programs are unintelligible to those outside the partnership.

    That's one of my favorite quotes from Code Complete; it's attributed to Michael Marcotty.

    原文来自:Egoless Programming: You Are Not Your Job

    推荐阅读:The Ten Commandments of Egoless Programming

    相关文章

      网友评论

          本文标题:Egoless Programming

          本文链接:https://www.haomeiwen.com/subject/lbfgoqtx.html