Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xufei committed May 20, 2014
1 parent 74725d9 commit 61717fb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions posts/2014-05-20-前端架构那些事儿.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
开发人员会有一些困惑:

- 创建项目的时候,一般没有人作前端的技术选型

- 拿到项目之后,没有直接可复制的基础版本

- 习惯于引用第三方组件

- 赶功能,需要某个组件或者特效
- 上网搜到一个合适的,加进来
- 它还依赖一些别的库
Expand All @@ -19,24 +22,30 @@
开发经理也会有一些困惑:

- 协作过程感觉有问题

- 前端人员写原始界面,包含静态界面和特效
- 开发人员接着改,加逻辑
- 发现有问题要返工了
- 在谁的代码基础上继续改?如何合并?

- 2014年了,为什么还有这么多人工环节?

- 能自动单元测试吗?
- 能自动发布打包吗?

用户会对这些事情感到烦恼:

- 长得丑

- 界面老土
- 风格不一致

- 速度慢

- 加载慢
- 渲染慢
- 执行慢

- 出错

架构的本质是什么?其实也是一种管理。通常我们所说的管理,都是指对于任务和人员的管理,而架构管的是机器和代码。比如说,机器的部署属于运维的物理架构,SOA属于服务架构,那么,前端的架构指什么呢?
Expand Down

0 comments on commit 61717fb

Please sign in to comment.