
Software Engineering
文章平均质量分 75
ikeepo
https://ikeepo.github.io/
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
理解Hungarian notation
Hungarian notationHungarian notation is an identifier naming convention in computer programming, in which the name of a variable or function indicates its intention or kind, and in some dialects its type.The original Hungarian Notation is sometimes cal..原创 2021-02-06 21:14:36 · 1720 阅读 · 2 评论 -
《大道至简-软件工程实践者的思想》读书笔记
Overview我写代码总是乱七八糟,写完后自己都不想看,过来一段时间,都忘了程序是干什么的、怎么实现目的的;总的来说,就是代码难维护。我想这是“软件工程”这个概念下的问题。从周爱民的作品入手研究这个问题。关于用词编程语言,终归还是英语世界里丰富一些,作者的许多思想是用英文构思出来的,用中文表达出来,总有些语言表达上的不尽满意。然而,不管此类硬伤如何,本书绝对是中文世界里一股清流,营养丰富的清泉。关于分类作者大量的用到了“分类”这个概念。从自主理解,到对外界的答疑解惑,“分类”..原创 2021-01-23 15:10:07 · 788 阅读 · 5 评论 -
理解inline script || stored script
ScriptWherever scripting is supported in the ElasticSearch API, the syntax follows the same pattern:"script": { "lang": "...", "source" | "id": "...", "params": {...}}inline scriptAn inline script is a script that is not loaded from a..原创 2021-01-22 20:41:52 · 1188 阅读 · 0 评论