这里记录本人自学iOS开发学习路线,资源,工具
- 学习路线
- 资源(包括: 开源代码,代码片段,界面设计资源,界面设计gallery)
- 工具
- aha moment
fix
remove
update
refactor
add
* bafaeac TJ Holowaychuk — add mixin property array support
e9df63a TJ Holowaychuk — remove opacity plugin. Closes #29
This guid is plagiarized from the following (genius) guys: | |
* | |
## Componentizing | |
Components should belong to their own less file. For example, all general button definitions should belong in buttons.less. | |
## Name-spacing |
# TDD | |
## What's TDD | |
1. TDD, as a design tool | |
TDD, as a design tool, based on my experience, really helps you look at things from the user perspective than the coder perspective. In addition, I think TDD helps your mind really thinks about what exactly you are trying to do, what's the expected outcome, etc. | |
## How to think in TDD |
today two classmate come to my palce
看栈爆网这个问答:Unwanted padding-bottom of a div
方法一:
img { display:block; }
Since images are inline and text is inline, user agents leave some space for descender characters ( y, q, g ) also called line-height.