Skip to content

Instantly share code, notes, and snippets.

curl -SsL https://registry.npmjs.org/npm/-/npm-5.0.2.tgz | tar -xzf -
cd package
make install
@eliot-akira
eliot-akira / phpcs.xml
Last active November 1, 2019 15:32
WordPress code standard with 2-space indent
<?xml version="1.0"?>
<ruleset name="MyStandard" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
<description>WordPress code standard with 2-space indent.</description>
<rule ref="WordPress">
<exclude name="Generic.WhiteSpace.DisallowSpaceIndent" />
<exclude name="PEAR.Functions.FunctionCallSignature.Indent"/>
<exclude name="WordPress.Arrays.ArrayIndentation"/>
<exclude name="WordPress.WhiteSpace.PrecisionAlignment"/>
</rule>
<rule ref="Generic.WhiteSpace.DisallowTabIndent" />

Dr. Alan Kay on the Meaning of “Object-Oriented Programming”

(Converted to Markdown from: https://www.purl.org/stefan_ram/pub/doc_kay_oop_en)

Date: Wed, 23 Jul 2003 09:33:31 -0800

Dear Dr. Kay,

I would like to have some authoritative word on the term "object-oriented programming" for my tutorial page on the