×

Loading...

都说 IT / 编程简单,挂个香蕉猴子都能干 ---- 但走过路过很多公司,大部分 coder 连最起码的东西都写不好,多半是我水平差,进的公司不够牛。我要是自己招人,我这么面试 coder

拿最简单的 business app web 开发举例,就考一个 table 增删改,俗吧。

两台笔记本并排,左边 macbook, 右边 win10
左边一瓶红酒,右边一听啤酒。
左边 visual studio code, 右边 visual studio 2017
左边 angular 6 + bootstrap + cli from scratch, 右边 asp.net core 2.0 + web api + ef + sql from scratch...
(如果要用其他 framework, 您随意)

就要一 list UI,drill down 到 detail UI,add/update/delete,
google login + facebook login
localization
正确的 error handling, logging
check in 到 vsts / github
support docker,deploy 到 container,哪朵云随您便
CI / CD
code 简洁明了,一行不多一行不少
该 DI DI, 该 IOC IOC,该 repo repo
什么算法都不要,什么 AI 都不用...

90 分钟完成,红酒喝完,啤酒喝完...

简单吧...
Report