Skip to content

Instantly share code, notes, and snippets.

View j15e's full-sized avatar
🌴
On vacation until July 24th

Jean-Philippe Doyle j15e

🌴
On vacation until July 24th
View GitHub Profile
@quirkey
quirkey / Creeds.md
Created June 8, 2013 18:17
The current state of the Paperless Post Dev Teams Creeds http://dev.paperlesspost.com

The Paperless Post Developer Creeds

For as long as we've been a team, we've tried hard to work with a set of guiding principles. These are not hard and fast rules, but rather a set of informal maxims that help us to make decisions, prioritize our work, and generally ship a ton of quality code. We're here to work hard, have fun, and make our customers happy, and we feel that these principles can help us make that happen.

Fixing > Complaining

We work in an ever changing system. Yesterday's awesome work is today's legacy code. Complaining that a piece of code or system doesn't work or isn't correct will not fix it. We are all responsible for this "bad" code which means we're also responsible for making it better.

Helping > Winning

@fab1an
fab1an / GeoJsonMapLayer.js
Last active January 10, 2022 03:50
React / Leaflet combination
export default class GeoJsonMapLayer extends React.Component {
render() {
return (
<div>
</div>
);
}
componentWillUnmount() {
if (this.layer) {