在中国程序媛中,他们的代码有什么样的魅力,Aone联合云栖社区、饿了么、钉钉、阿里云、天猫、口碑发起首届程序媛比码活动——不秀大长腿,秀高智商;不秀美图照,秀代码图,参与晒码互动游戏赢“83行代码”T恤!
我们来说说这群女工程师的第83行代码及代码背后的故事:
大家好,我是饿了么大前端的打杂工程师敖天羽。
照片:
别的小姐姐晒得代码都太厉害了......只有我是来搞笑的,前年情人节的单身狗翻译器代码,两块钱你买不了吃亏,两块钱你买不了上当:
const pinyin = require('pinyin');
const program = require('commander');
const translate = require('./translator');
program
.version('0.0.5')
.description('单身狗汪化翻译机,把你的话都变成汪星语')
.option('-e --emoj', '使用emoj来替代汉字汪')
.option('-i --stdin', '传输标准输入流文本而不是命令行参数')
.option('-c --clip', '自动复制到剪贴板(文本过大慎用)')
.parse(process.argv);
const word = !program.emoj;
const clip = program.clip;
if (program.stdin) {
process.stdin.setEncoding('utf-8');
process.stdin.on('readable', () => {
let chunk = process.stdin.read();
if (chunk !== null) {
translate(chunk, word, clip);
}
});
} else {
if (program.args.length > 0) {
translate(program.args[0], word, clip);
process.stdout.write(`\n`);
}
else
program.outputHelp();
}
对了,新晋花名「天汪」,请多多指教。(路过,给各位小姐姐端茶送水)
与天羽小姐姐互动,为她打call——>点击进去天羽晒码
更多小姐姐,点击进入查看代码
有被代码耽误的钉钉吃货程序媛,写代码写到忘记吃饭的——采霜
她急需能把她从代码中叫醒去吃饭的小伙伴,赶紧勾搭;
http://yq.aliyun.com/roundtable/126499/answer/170319#visit170319
有以代码为乐的饿了么大前端打(bei)杂(guo)工程师——敖天羽
http://yq.aliyun.com/roundtable/126499/answer/170299#visit170299
还有全栈美女工程师——前端后端一锅端的——墨瑜女神
http://yq.aliyun.com/roundtable/126499/answer/170316#visit170316
还有阿里云活好码赞,像男人一样活着的技术专家小姐姐——清宵http://yq.aliyun.com/roundtable/126499/answer/170296#visit170296
和天猫Java程序媛,happy(被)来(逼)的——采月
http://yq.aliyun.com/roundtable/126499/answer/170354#visit170354
阿里口碑 搜索推荐组的JAVA女工程师——妍霏
http://yq.aliyun.com/roundtable/126499/answer/214059#visit214059
阿里口碑基础平台技术部的工程师-衔远,一个技术与马甲线并存的mm
http://yq.aliyun.com/roundtable/126499/answer/248798#visit248798
云栖社区聚能聊专家,具有知性温婉气质的——海洋的云http://yq.aliyun.com/roundtable/126499/answer/170290#visit170290
福州市五佰网络科技有限公司的Java女工程师——江小白太白
http://yq.aliyun.com/roundtable/126499/answer/189332#visit189332
在下*的程序媛——cn_suqingnian
http://yq.aliyun.com/roundtable/126499/answer/170309#visit170309
交通银行的前端女工程师——昆0830
http://yq.aliyun.com/roundtable/126499/answer/201979#visit201979