http://www.codemud.net/~thinker/GinGin_CGI.py/show_kw_docs/javascript
http://checko.blogspot.com/
http://realchecko.blogspot.com/
http://www.codemud.net/~thinker/GinGin_CGI.py/show_kw_docs/javascript
http://checko.blogspot.com/
http://realchecko.blogspot.com/
在 ninja 裡面看到匿名函式的特殊用法,已經沒看過
var ninja = function myNinja(){
assert( ninja == myNinja, “This function is named two things – at once!” );
};
This brings up the most important point: Anonymous functions can be named but those names are only visible
within the functions themselves
匿名函式可以被取名字…=_=??!! 但是他只能在匿名函式內被看到與在他匿名函式內呼叫…超酷的欸
ninja();
中華街夜市,鳳山賽車嘉年華,明星人冰谷,平成砲塔,衛武營
obtrusive 顯眼的炫耀的, unobtrusive
Noticeable or prominent in an unwelcome or intrusive way
出自 Pro JavaScript™ Techniques – Part3 Unobtrusive JavaScript
Currying 討好..咖哩..
In some functional programming languages, there’s the concept of currying
在相同函式導向的程式語言,這是currying的概念
clunky 笨重的 clunky code needed to switch the context of a function
involve 包含;需要;使成為必然部份
http://sourcemaking.com/ design pattern,anti-pattern,uml,refactoring
http://www.filecrop.com/ 電子書搜尋
http://www.filestube.com/ filetube
http://www.java2s.com/Code/Java/Design-Pattern/CatalogDesign-Pattern.htm example code
http://jibbering.com/faq/notes/closures/ closures faq