最新文章列表

使用泛型collection还是专门类

Dale Emery: I'm puzzling about the wisdom of using generics, especially early in the development of a product.Here's an example. Suppose I'm building a book catalog (as part of a larger system). Almost ...
experience 评论(0) 有1072人浏览 2007-07-19 15:23

使用泛型collection还是专门类

Dale Emery: I'm puzzling about the wisdom of using generics, especially early in the development of a product.Here's an example. Suppose I'm building a book catalog (as part of a larger system). Almost ...
experience 评论(0) 有605人浏览 2007-07-19 15:23

各个语言社区的风格

http://classbug.com:3000/post/main.html http://programming.reddit.com/info/1zym1/comments 这个是标题 引用 he Lisp experience - 19-year old college student asks for help in #lisp, has to wait half an hour fo ...
simohayha 评论(5) 有3224人浏览 2007-06-21 10:05

difference aggregation and association

Consider the distinction between object aggregation and acquaintance and how differently they manifest themselves at compile- and run-times. Aggregation implies that one object owns or is responsible f ...
funjackyone 评论(0) 有1288人浏览 2007-06-16 15:26

胡侃:面向对象思想的进化

引用本文作者还是那个无名小辈 lichray。他在考查了一些语言和历史之后,觉得有必要谈一谈自己对面向对象思想的一些诡异的想法。文中会提到许多编程语言,不过当然了,重点在于思想,文章不是用来推销语言的。 面向对象编程思想的提出已经不是几年而是几十年了,考查其思想的变化,一方面是对现有语言的一些评判,另一方面,也算是对前辈计算机科学家的缅怀。 ——题记 Kristen Nygaard在1962年发 ...
Lich_Ray 评论(23) 有16638人浏览 2007-06-11 20:53

Presentation Model - Martin's "GUI Architectures" series (3)

zz from www.martinfowler.com To be translated... Presentation Model Represent the state and behavior of the presentation independently of the GUI controls used in the interface Also Known As: Applicati ...
experience 评论(0) 有894人浏览 2007-05-31 12:18

Presentation Model - Martin's "GUI Architectures" series (3)

zz from www.martinfowler.com To be translated... Presentation Model Represent the state and behavior of the presentation independently of the GUI controls used in the interface Also Known As: Applicati ...
experience 评论(0) 有863人浏览 2007-05-31 12:18

MVC & MVP - Martin's "GUI Architectures" series (1) updated on 15 July. 07

翻译Martin的文章并没有跟人家打招呼,我想他太忙了。翻译文章要比翻译书轻松的多,没那么大压力,风格也不必那么拘泥。所以,我的翻译可能不是完全直译,这在多数时候是因为我的翻译水平问题。仅在我认为我的“曲译”会影响太大的时候,我才会把原文附在翻译后面。 ZZ from www.martinfowler.com GUI Architectures There have been many differ ...
experience 评论(0) 有1327人浏览 2007-05-31 12:14

MVC & MVP - Martin's "GUI Architectures" series (1) updated on 15 July. 07

翻译Martin的文章并没有跟人家打招呼,我想他太忙了。翻译文章要比翻译书轻松的多,没那么大压力,风格也不必那么拘泥。所以,我的翻译可能不是完全直译,这在多数时候是因为我的翻译水平问题。仅在我认为我的“曲译”会影响太大的时候,我才会把原文附在翻译后面。 ZZ from www.martinfowler.com GUI Architectures There have been many differ ...
experience 评论(0) 有975人浏览 2007-05-31 12:14

[转]领域专用语言(DSL)

转自:http://blog.csdn.net/mfowler/archive/2006/08/16/1069927.aspx 原文:DomainSpecificLanguage (http://www.martinfowler.com/bliki/DomainSpecificLanguage.html) 所谓领域专用语言(domain ...
javatar 评论(0) 有2537人浏览 2007-05-24 09:57

HAML必将流行

不管你认不认同HAML,它正在获得关注。可以预料的是,一场口水战不可避免,就像当年Rails出世一样。而这场口水战之后,HAML将不得不流行起来。 再重申我以前的一个观点:在软件领域,技术不是用来解决问题的(软件领域几乎没有技术解决不了的问题),而是用来降低解决问题的成本的。 衡量一门技术的最终标尺是解决问题的成本,简洁的代码是降低成本的一条有效途径。 HTML或者rhtml可以解决的问题HA ...
dongbin 评论(8) 有4847人浏览 2007-05-19 14:06

One Assertion Per Test(zz)

  zz from :http://www.artima.com/weblogs/viewpost.jsp?thread=35578 See another zz blog: One Expectation Per Test Shift Your Paradigm!One Assertion Per Testby Dave AstelsFebruary 23, 2004 SummaryFor som ...
experience 评论(0) 有768人浏览 2007-05-18 10:15

One Assertion Per Test(zz)

  zz from :http://www.artima.com/weblogs/viewpost.jsp?thread=35578 See another zz blog: One Expectation Per Test Shift Your Paradigm!One Assertion Per Testby Dave AstelsFebruary 23, 2004 SummaryFor som ...
experience 评论(0) 有2159人浏览 2007-05-18 10:15

This guy lead the dev of AdWords first version using java

2001-2002 - Google This section is a little off-topic, since this is supposed to be a history of Lisp at JPL, but some aspects of my experience at Google might nonetheless be of interest. One of the ...
jimcgnu 评论(1) 有1345人浏览 2007-02-27 21:55

转:Martin上海演讲实录

Ruby是一个非常好的开发工具 我今天想跟大家讨论的主题是ruby. 我去年来过上海,但是那时候我生病了。今天是我来上海的第一天,也是这次我中国之行 ...
rrtrip 评论(0) 有2493人浏览 2007-02-02 10:42

《JAVA编程思想2》笔记

第 1 章 对象入门 <o:p></o:p> Smalltalk 的五大基本特征 <o:p></o:p> (1) 所有东西都是对象 <o:p></o:p> (2) 每个程序都是一大堆对象的组合;通过消息的传递一个对象可告诉另一个对象该做什么 <o:p></o:p> (3) 每个对象都有自己的存储空间可容纳 ...
qqqckm 评论(0) 有1198人浏览 2006-12-14 20:26

Java编程思想第三版摘录

=========== <o:p> </o:p> <o:p>   </o:p> Chap1 ...
qqqckm 评论(0) 有1100人浏览 2006-12-14 19:42

关于Rubinius的一些有趣的地方

从svn的代码库中,看了readme文件,发现了一些非常有趣的事情,如果都实现的话,那这个版本的虚拟机,可是非常地好玩啊。 现罗列如下: 代码 从Smallltalk-80 ’Blue book’设计规范获得了灵感,要提供一个功能丰富的、高性能的Ruby代码运行VM;   使用Ansi C 和 Ruby混合编写,所以目前的代码如果要编译的话,必须要有gcc4.X和Ruby 1.8.x,使用R ...
alang 评论(0) 有1149人浏览 2006-12-11 01:31

小函数:让你的函数变短的九个好处

  Small Methods: Nine Benefits of Making Your Methods Shorter 小函数:让你的函数变短的九个好处 译者注:本文英文版来自http://langrsoft.com/articles/smallMethods.shtml。翻译不改变原文的版权。中文版版权归本人所有。 I've espoused, on many occasions, ma ...
experience 评论(0) 有765人浏览 2006-12-04 22:15

《死亡之旅》 第2版

   如果你把这本书当作《敏捷软件开发》这样的普适的软工书来读,希望从里面找到一些对日常项目有裨益的提议,就不会有什么收获。   因为这本 ...
江南白衣 评论(0) 有1202人浏览 2005-06-29 16:03

最近博客热门TAG

Java(141744) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) .net(54785) 编程(39454) JSP(37542) 数据结构(36424) Eclipse(31254) PHP(29988) F#(26079) 算法(24867) 脚本(19840) J#(18922) JDBC(17888) ASP(17480) JDK(14881) JVM(14450)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics