Why TypeScript?

21. March 2015 Uncategorized 0
This weekend I watched a talk about TypeScript at Nebraska.Code().  The presenter seemed to have a good grasp of TypeScript and was a good presenter.  Sadly, that combination doesn’t always happen. One thing I was glad about, was that he put up a picture like this: I immediately thought, “This is going to be good!” ...

How Do You Use Pull-Requests?

11. March 2015 Uncategorized 0
The process on our team is to create a feature branch off of develop, do your work and then push it up to the repo. Then when it’s all done, you create a PR and have someone from the team be the “primary reviewer.”  This person’s job is to review the PR, make sure that ...