This file contains 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
going to write here from DM | |
[6:28 PM] qp: So here's what I've found has worked for me, and worked for many teams I've worked with | |
[6:28 PM] qp: master is authorative, customer facing | |
[6:28 PM] qp: dev is the main development branch | |
[6:28 PM] qp: whenever you deploy to customer, push to app store, etc, you merge to master from your dev branch | |
[6:28 PM] qp: and then you do git tag MYVERSION.NUMBER like git tag 1.1 | |
[6:29 PM] qp: then make sure to git push --tags | |
[6:29 PM] qp: so in the future, if your boss says "big problem, roll us back to version 4.2.0" you can say "ok, sure, git checkout 4.2.0 and deploy that | |
[6:29 PM] qp: so about that dev branch | |
[6:29 PM] qp: that should be your base of operations |
This file contains 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
d tunn~/d tunnel | |
~/tunnel/ls | |
Makefile deps erlang.mk rel src tunnel.d | |
_rel ebin oldh relx.config static | |
~/tunnel/gmake run | |
gmake[1]: Entering directory '/Users/quantum/tunnel/deps/cowboy' | |
gmake[2]: Entering directory '/Users/quantum/tunnel/deps/cowlib' | |
gmake[2]: Leaving directory '/Users/quantum/tunnel/deps/cowlib' | |
gmake[2]: Entering directory '/Users/quantum/tunnel/deps/ranch' | |
gmake[2]: Leaving directory '/Users/quantum/tunnel/deps/ranch' |
This file contains 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
~/tdep/gmake run | |
gmake[1]: Entering directory '/Users/quantum/tdep/deps/cowboy' | |
gmake[2]: Entering directory '/Users/quantum/tdep/deps/cowlib' | |
gmake[2]: Leaving directory '/Users/quantum/tdep/deps/cowlib' | |
gmake[2]: Entering directory '/Users/quantum/tdep/deps/ranch' | |
gmake[2]: Leaving directory '/Users/quantum/tdep/deps/ranch' | |
GEN rebar.config | |
gmake[1]: Leaving directory '/Users/quantum/tdep/deps/cowboy' | |
gmake[1]: Entering directory '/Users/quantum/tdep/deps/jiffy' | |
CC=gcc escript enc compile |
This file contains 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
~/cd tdep | |
~/tdep/gmake distclean | |
GEN clean-app | |
GEN coverdata-clean | |
GEN distclean-tmp | |
GEN distclean-deps | |
GEN distclean-ct | |
GEN distclean-plt | |
GEN distclean-edoc | |
GEN distclean-escript |
This file contains 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
Before the Earth Explodes | |
Playtesting Notes | |
Part 1: Rulebook | |
Understanding the order of Actions: It took us a couple reads of the rulebook to understand the Actions on Page 2 fit in with the Phase 1 and Phase 2. | |
Recommendations: | |
* The choice of A, B, C or D is the core of the game. Show the Action panel with the effects first. |
This file contains 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
class Component { | |
constructor(o) { | |
this.components = {}; | |
this.listeners = {}; | |
} | |
init(o) { | |
} |
This file contains 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
Process: prototype [3087] | |
Path: /Volumes/VOLUME/*/rifter_prototype.app/Contents/MacOS/prototype | |
Identifier: com.yourcompany.identifier | |
Version: 1.0 (???) | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: prototype [3087] | |
User ID: 501 | |
Date/Time: 2017-05-18 10:30:47.380 -0400 |