- Tim: liked the process. The working mode matured a lot, feels like we're getting into a good cadence of working together.
- Barrie: a lot of helpful changes in IQDB, Jacob and Barrie worked on cards together
- Fernando: things were more structured, JM reported bugs earlier, getting better about communicating
- Johnny: things went well, with quality without killing ourselves, created the "convergence" process - everyone contributes - the voice becomes how code/completeness/testing gets measured as a team voice
- Alex: a well spec'd out ticket, communicating with jacob a lot.
- Andrew: we did planning well. it resembled a sprint.
- Jacob: codified out scrum process, looked forward and set up quote-web for success
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
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |
OlderNewer