This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
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(^{ |