using mocha/chai/sinon for node.js unit-tests? check out my utility: mocha-stirrer to easily reuse test components and mock require dependencies
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
- Select a particular experience to pursue.
 - Pursue that experience to completion. (Achievement unlocked!)
 - Reflect on that experience. Really soak it in. Maybe a blog post would be in order?
 - Return to Step 1, this time selecting a new experience.
 
This gist is a fork of the gist from this blog post.
  
    
      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
    
  
  
    
  | # Ignore all | |
| * | |
| # Unignore all with extensions | |
| !*.* | |
| # Unignore all dirs | |
| !*/ | |
| ### Above combination will ignore all files without extension ### | 
  
    
      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
    
  
  
    
  | brew cask install \ | |
| caskroom/fonts/font-3270-nerd-font \ | |
| caskroom/fonts/font-3270-nerd-font-mono \ | |
| caskroom/fonts/font-abel \ | |
| caskroom/fonts/font-aboriginal-sans \ | |
| caskroom/fonts/font-abril-fatface \ | |
| caskroom/fonts/font-acme \ | |
| caskroom/fonts/font-allura \ | |
| caskroom/fonts/font-anonymouspro-nerd-font \ | |
| caskroom/fonts/font-anonymouspro-nerd-font-mono \ | 
Picking the right architecture = Picking the right battles + Managing trade-offs
- Clarify and agree on the scope of the system
 
- User cases (description of sequences of events that, taken together, lead to a system doing something useful)
- Who is going to use it?
 - How are they going to use it?
 
 
FWIW: I didn't produce the content presented here (the outline from Edmond Lau's book). I've just copy-pasted it from somewhere over the Internet, but I cannot remember what exactly the original source is. I was also not able to find the author's name, so I cannot give him/her the proper credits.
- By Edmond Lau
 - Highly Recommended 👍
 - http://www.theeffectiveengineer.com/
 
import "./formik-demo.css";
import React from "react";
import { render } from "react-dom";
import { Formik, Field } from "formik";
import Yup from "yup";
import classNames from "classnames";
// Input feedbackOlderNewer