Nitro's
  • Tech
  • Android
  • Linux
  • Life
  • Travel
  • Github
  • About
Life

家乡的云彩

Nitro Hsu

Apr 6, 2013

软件工程笔记-翻译

Photo by NESA by Makers [https://unsplash.com/@nesabymakers?utm_source=medium&utm_medium=referral] on Unsplash [https://unsplash.com/?utm_source=medium&utm_medium=referral]前言: 整体浏览收藏夹的发现了这篇来自Google的François Chollet关于软件工程的一些心得,读完感觉甚是戳中当下开发和管理过程中的很多痛处,翻译一下,仅供参考。 原文链接[需破窗]: https://medium.com/s/story/notes-to-myself-on-software-engineering-c890f16f4e4d 开发阶段 1. 代码并不仅仅是可以执行。代码也是一种跨团队沟通的方式,一种给别人描述如何解决问题的方式。方便阅读的代码不算是好,因为它本身就是编写代码最基础的部分,它涉及到清晰的代码结构、见名知义的变量名、对于复杂代码逻辑的插入注释。
May 17, 2022 — 9 min read

我如何使用Twitter

Photo By https://media.threatpost.com前言:在浏览GUI相关文章的时候读到了《重构:改善既有代码的设计》的作者Martin Fowler写的一篇如何使用Twitter的帖子,结合自己使用微博的方式感觉挺有用的, 徜徉在互联网世界一不注意就会陷入时间黑洞,所以翻译一下分享出来。 原文链接: How I use TwitterThe things I do to make Twitter useful and avoid the time-traps martinfowler.comMartin Fowler [https://martinfowler.com/articles/2022-use-twitter.html] 在马一龙对Twitter功能各种建言之前,关于Twitter的一些讨论早就让我想写一篇关于如何使用Twitter的文章。Twitter已经变成我互联网生活重要的一部分,互联网生活又占据了我的大部分时间。就像其他工具一样,Twitter有许多种使用方式,所以你如何使用它决定了它可以发挥多大作用。 作为一个平台,Twitter最大的
May 15, 2022 — 5 min read

实用Git快捷命令

Photo by Roman Synkevych 🇺🇦 [https://unsplash.com/@synkevych?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText] on Unsplash [https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText] 在我们使用Git作为版本管理的时候,可以将一些经常使用的操作命令或者命令组合通过别名的方式添加git alias或者shell alias以此来缩短输入,减少git command help的时间,提高开发效率。 添加别名的方式主要分为两种: 1、git alias 以Mac OS为例,在当前用户目录下的.gitconfig文件中添加alias模块, [http] cookiefile = /Users/
May 8, 2022 — 4 min read
Nitro's © 2022
京ICP备16014945号-1