Skip to content

Instantly share code, notes, and snippets.

/**
* Intermatic PE653 Pool Control System
*
* Original Copyright 2014 bigpunk6
* Updated 2016 - 2018 KeithR26
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
@tooluser
tooluser / Pull request template
Created February 26, 2016 23:55
UT Pull Request Template
# Purpose
_Overview of business goal; don't assume familiarity, but be succinct._
# Implementation
_A general direction to reviewing engineers. e.g. "Encapsulates all frobbing into the `FrammistanFrobber` class. Note that widgets are still toggled elsewhere."_
# Trello Card
# Additional Engineering Notes or Reminders
Migrations Present: Yes
# Metrics affected
@tooluser
tooluser / 0_reuse_code.js
Last active August 29, 2015 14:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@tooluser
tooluser / gist:aec912fbc25baee8da6b
Created December 1, 2014 19:33
subjectAction should_be even more useful
```
describe(@“response to a network request or whatnot”)
subjectAction(^{ something that triggers the response})
context(@“When there’s a success of type A”);
context(@“When there’s a success of type B”);
context(@“When there’s a success of type C”);
. . . .
context(@“when there is an error”)
beforeEach(^{