Mac OS X QuickLook 扩展插件

概述

Quick Look 是苹果公司开发的一个在快速预览功能,用户可以在不启动外部软件的情况下单击空格键快速预览文件,首次出现在Mac OS X 10.5 Leopard系统。

当我们只想快速查看文件内容而不修改文件的时候,就可以使用Quick Look。比如我们查看一个.txt文件,只需要选中文件并按下空格键就可以立即弹出。

使用中会发现,QuickLook 对于一些文件格式还是不兼容的,比如压缩文件,markdowk格式的文件。我们可以通过安装一些拓展插件来解决。

继续阅读Mac OS X QuickLook 扩展插件

程序员的宣誓

The Programmer's Oath

by Robert C. Martin (Uncle Bob)

In order to defend and preserve the honor of the profession of computer programmers(为了捍卫和维护专业计算机程序员的荣誉),

I Promise that(我在此承诺):

1、I will not produce harmful code.(我不会创作不良的代码。)

2、The code that I produce will always be my best work. I will not knowingly release code that is defective either in behavior or structure.

3、I will produce, with each release, a quick, sure, and repeatable proof that every element of the code works as it should.

4、I will make frequent, small, releases so that I do not impede the progress of others.

5、I will fearlessly and relentlessly improve the code at every opportunity. I will never make the code worse.

6、I will do all that I can to keep the productivity of myself, and others, as high as possible. I will do nothing that decreases that productivity.

7、I will continuously ensure that others can cover for me, and that I can cover for them.

8、I will produce estimates that are honest both in magnitude and precision. I will not make promises without certainty.

9 、I will never stop learning and improving my craft.

This article from:http://blog.cleancoder.com/uncle-bob/2015/11/18/TheProgrammersOath.html