zoukankan      html  css  js  c++  java
  • September 30th 2017 Week 39th Saturday

    The simplest answer is often the correct one.

    最简单的答案通常是最正确的答案。

    Simplest is always best.

    Sometimes you may find your answer is astonishingly simple after you have spent enourmous time in seeking for the solutions of your problems.

    If it works, don't doublt about its correctness.

    That just states you have achieved some higher level.

    Beatiful is better than ugly.

    Explicit is better than implicit.

    Simple is better than complex.

    Complex is better than complicated.

    Flat is better than nested.

    Sparse is btter than dense.

    The above is part of the Zen of Python, to my mind, they only contain one thing: To make the solution as simple and concise as possible.

    After coding for years, I know it is not easy to follow these rules, but following them in our coding works would be worthwhile.

    I really expect that there are some rewards both in finance and position that could justify some of the expenditure of my efforts.

    Experience is a hard teacher because she gives the test first, the lesson afterwards.

    经验就像一个很严格的老师,因为她总是先给我们以考验,然后再给我们上课。

    From Vernon Sanders Law.

    If a victory is told in details, then we may fail to distinguish it from common things.

    The same is to experience. If you have already known the lessons, you may miss the chance to accumulate your experience.

    Now I really find that the more I know, the more I don't know, very anxious, or worried about the uncertainty of my future.

    To be an excellent coder? I know I would never reach the level, how about just becoming a qualified coder and program-architec?

  • 相关阅读:
    求链表的倒数第k个节点
    打印蛇形矩阵
    数组元素前移问题(今日头条笔试题)
    单链表的节点内数据值的删除问题(携程网笔试题)
    子树判断问题(百度笔试题)
    求链表的第一个公共节点问题(好未来笔试题)
    正则表达式常用总结
    正则表达式start(),end(),group()方法
    test、exec、match区别
    matches()方法
  • 原文地址:https://www.cnblogs.com/dengwenwu/p/8072380.html
Copyright © 2011-2022 走看看