Skip to content

Instantly share code, notes, and snippets.

View dimamix's full-sized avatar

Dmitry Traytel dimamix

  • Achieved Technology
  • Brooklyn, New York
View GitHub Profile
@dimamix
dimamix / pomo.md
Last active July 18, 2017 21:54
Incident Post-Mortem Template

Incident Post-Mortem: [YYYY-MM-DD] [Title]

Current Status

...

Executive Summary

...

Outage Description

@dimamix
dimamix / phpmd.xml
Created January 20, 2016 18:59
phpmd.xml example
<?xml version="1.0"?>
<ruleset>
<description>Custom ruleset for Behance code standards</description>
<!-- Rues are imported individually to allow for easy configuration -->
<!-- Property names and values can be found here: http://phpmd.org/rules/index.html -->
<rule ref="rulesets/codesize.xml/ExcessiveMethodLength">
<properties>