Accounting for Computer Scientists
martin.kleppmann.com
Accounting for Computer Scientists
1–10 of 79 posts
Re: Accounting for Computer Scientists
#2Re: Accounting for Computer Scientists
#3Re: Accounting for Computer Scientists
#4If you want to actually understand your books, use something simple and powerful like John Wiegley's ledger:
Re: Accounting for Computer Scientists
#5Re: Accounting for Computer Scientists
#6The course I took was chock full of "because that's the way it is" explanations of terms and practices, which without fail left me feeling confused and unsatisfied. I think most people here are like me and really need deep explanations of the lower level concepts in order to be able to apply higher level concepts. Accounting coursework is absolutely horrible at this.
Re: Accounting for Computer Scientists
#7This i found very enlightening to read. I wonder how many accounting apps actually store their data as he describes in this article, to aid their calculations
This is very easy to model in a relational db and enterprise software that does this has many more features than described here.
Re: Accounting for Computer Scientists
#8"User-friendly" accounting software (such as QuickBooks) tends to obscure the fundamental simplicity of double-entry accounting. If you want to actually understand your books, use something simple and powerful like John Wiegley's ledger: https://github.com/jwiegley/ledger/
Ledger is awesome and strips away all the crap that gets in the way of actually seeing the data.
There are also haskell and python implementations out there if that's more up your hacking alley.
Re: Accounting for Computer Scientists
#9This i found very enlightening to read. I wonder how many accounting apps actually store their data as he describes in this article, to aid their calculations
(And yes, theory can't be perfectly followed either, all systems will generally need some amount of dirty things, but the correct balance IMHO is definitely not 100% "pragmatic".)
Re: Accounting for Computer Scientists
#10Having recently taken an accounting class, this is amazing. The course I took was chock full of "because that's the way it is" explanations of terms and practices, which without fail left me feeling confused and unsatisfied. I think most people here are like me and really need deep explanations of the lower level concepts in order to be able to apply higher level concepts. Accounting coursework is absolutely horrible…