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
Dear Princess Celestia: Advent of Code 1. | |
Today I learned how to calculate how quickly my submarine depth increases. | |
Did you know that the found depths have the numbers 0 and 0? | |
Did you know that the number of measurements is a number? | |
Did you know that the last measurement was a number? | |
Here's what I did, | |
I heard the last measurement. |
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
Text( | |
"The key idea is your requirements doc is your source of truth, not your tickets. You create units of" + | |
" work based on the doc. Edits are versioned and create new units of work. You can get context on" + | |
" anything you are working on by 'zooming out' to where it is in your docs." | |
) | |
val Features = listOf( | |
Feature( | |
"Document", | |
"The primary view of your requirements. Lets you see the current 'state of the world' in one" + |
OlderNewer