oinume journal

Scratchpad of what I learned

Entries from 2016-05-01 to 1 month

Arguments to defered functions are evaluated when the defer executes

The arguments to the deferred function (which include the receiver if the function is a method) are evaluated when the defer executes, not when the call executes. Effective Go - The Go Programming Language I sometimes make a mistake that d…

会社のITシステムで良かったところまとめてみた

今まで勤めてきた会社で良かった社内のITシステム(?)を思い出してみた。 BYOD (Bring Your Own Device) 会社用の携帯を別途支給されるのは携帯の2台持ちになってしまってつらい。2台持ちのつらいところは 単純に邪魔 2台あると紛失するリスクも2倍 2台あると…