Skip to content

Instantly share code, notes, and snippets.

val name = "daniel"
val one = 1
val oneAndTwoAsTuple = (1,2)
val oneAndTwoInAList = List(1,2)
@dsebban
dsebban / clean-git.md
Last active December 20, 2016 09:13
git rebase talk

Clean Git : Craft beautiful commits with git rebase

Development is an iterative process, you constantly change your code after better understanding of business/requirements. git rebase is the mean to do these changes.

git as a documentation tool

Devs hate to write docs: No more java docs, no more UML docs ... Only documenation that is left is ..........