A stylish to-do list with built-in productivity timer. NOTE: all contributions should go to Jonathan Moerman's fork because this is where active development is taking place: https://github.com/JMoerman/Go-For-It
Lambdas in vala should only be used for small functions, doing critical stuff in a lamda is no recommended since you don't get all the information about about the call, also the name of the lambda is random.
Lambdas in vala should only be used for small functions, doing critical stuff in a lamda is no recommended since you don't get all the information about about the call, also the name of the lambda is random.
for important sections, move code out of lambdas.