项目作者: munjeli

项目描述 :
slice and string functions for golang
高级语言: Go
项目地址: git://github.com/munjeli/gosugar.git
创建时间: 2020-03-28T18:07:06Z
项目社区:https://github.com/munjeli/gosugar

开源协议:Apache License 2.0

下载


Go Go Report Card

gosugar

So many of the things I like about Go also make it painful for coding interviews. The lack of sugar and iterators implies efficiency comes from writing custom libraries for your infrastructure. While many companies say you can write the technical responses in ‘any language’, they persistently define infrastructure problems as scripting in python.

That’s a drag, and reflects the backwards attitudes about automation in the industry. But making lemonade, I’ve been writing more generic methods as a collection of helpers based on stupid interview questions. Most dubious is the DateDuration object for the time library, which is really useful for interviews and totally not something you should ever use in production.