由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 设计模式要不要搞?
相关主题
王垠:解密“设计模式”请推荐C++ design方面的书
快速系统学习 c++ design pattern有什么好书或者网站吗老板嫌我C++太差!请推荐。
design patterns到底有用吗?c++越写越没有信心,觉得自己水平弱的不行
面向对象设计的SOLID原则王垠 -- 拳打南山魏老 脚踢北海好虫
马公不是一个好职业。 (转载)请教: 如何提高CS基础
除了model view controller (mvc)这种pattern还有什么pattern流行?设计模式作者之一John Vlissides去世
OOP"设计模式“,Java与Clojure代码对比EE找CS的工作求指教
哪里有各种设计模式的C++示例?hadoop java 里面的SomeClass.class 是什么意思?
相关话题的讨论汇总
话题: c++话题: java话题: book话题: read话题: 设计模式
进入Programming版参与讨论
1 (共1页)
N***m
发帖数: 4460
1
java面试一般问吗?
D*******a
发帖数: 3688
2
often
just name a few is ok

【在 N***m 的大作中提到】
: java面试一般问吗?
b******n
发帖数: 592
3
I recently read a book: head first design pattern..it is in Java, and found
it quite good.. enjoyed the whole book..it is still nice to know..

【在 N***m 的大作中提到】
: java面试一般问吗?
N***m
发帖数: 4460
4
useful info, 3x.

found

【在 b******n 的大作中提到】
: I recently read a book: head first design pattern..it is in Java, and found
: it quite good.. enjoyed the whole book..it is still nice to know..

N***m
发帖数: 4460
5
唉,这个初级程序员是不是用得不多阿?
貌似是给项目经理搞的。

【在 D*******a 的大作中提到】
: often
: just name a few is ok

g*****g
发帖数: 34805
6
No, most patterns are good practice and common designs. It's
everywhere in Java frameworks and JDK itself. PM don't care
about them, they may not know how to code Java either.

【在 N***m 的大作中提到】
: 唉,这个初级程序员是不是用得不多阿?
: 貌似是给项目经理搞的。

X****r
发帖数: 3557
7
Well said.

【在 g*****g 的大作中提到】
: No, most patterns are good practice and common designs. It's
: everywhere in Java frameworks and JDK itself. PM don't care
: about them, they may not know how to code Java either.

N***m
发帖数: 4460
8
弱问一下,具体工作中编程,如果项目经理不搭好架子,
底下人怎么开始干活阿?是不是还有小组长之类的负责
具体搭架子工作啊?

【在 g*****g 的大作中提到】
: No, most patterns are good practice and common designs. It's
: everywhere in Java frameworks and JDK itself. PM don't care
: about them, they may not know how to code Java either.

g*********s
发帖数: 1782
9
for small projects, tech lead enough.
for big projects, high level guy would take the task.

【在 N***m 的大作中提到】
: 弱问一下,具体工作中编程,如果项目经理不搭好架子,
: 底下人怎么开始干活阿?是不是还有小组长之类的负责
: 具体搭架子工作啊?

g*********s
发帖数: 1782
10
I also heard recommendations on this book. But I'm a C++ coder. Is it still
OK to read?

found

【在 b******n 的大作中提到】
: I recently read a book: head first design pattern..it is in Java, and found
: it quite good.. enjoyed the whole book..it is still nice to know..

相关主题
除了model view controller (mvc)这种pattern还有什么pattern流行?请推荐C++ design方面的书
OOP"设计模式“,Java与Clojure代码对比老板嫌我C++太差!请推荐。
哪里有各种设计模式的C++示例?c++越写越没有信心,觉得自己水平弱的不行
进入Programming版参与讨论
b******n
发帖数: 592
11
I am C++ guy as well. It doesn't matter. I don't think anyone only use one
programming language. If you only use C++, probably it is time to look at
other
languages ;)

still

【在 g*********s 的大作中提到】
: I also heard recommendations on this book. But I'm a C++ coder. Is it still
: OK to read?
:
: found

g*********s
发帖数: 1782
12
Hands already very full. No spare time/energy to learn new stuff, although I
really want to.
I just order the book from amazon. Hopefully I can make use of those
compilation waiting windows to read it.

【在 b******n 的大作中提到】
: I am C++ guy as well. It doesn't matter. I don't think anyone only use one
: programming language. If you only use C++, probably it is time to look at
: other
: languages ;)
:
: still

z***e
发帖数: 5393
13
。。。你C++的直接去看design patterns那本书啊,那是基于C++讲的。head first
design pattern是完全针对java.
虽然说原理差不多。

still

【在 g*********s 的大作中提到】
: I also heard recommendations on this book. But I'm a C++ coder. Is it still
: OK to read?
:
: found

g*********s
发帖数: 1782
14
I tried but felt that book is boring and hard to follow, although I know it'
s the Bible.
It is said this one is more interesting and easier to read.

【在 z***e 的大作中提到】
: 。。。你C++的直接去看design patterns那本书啊,那是基于C++讲的。head first
: design pattern是完全针对java.
: 虽然说原理差不多。
:
: still

T*********g
发帖数: 496
15
大多数代码在重构的时候,都会发现其实很多模式可以用。

【在 N***m 的大作中提到】
: 唉,这个初级程序员是不是用得不多阿?
: 貌似是给项目经理搞的。

1 (共1页)
进入Programming版参与讨论
相关主题
hadoop java 里面的SomeClass.class 是什么意思?马公不是一个好职业。 (转载)
问个设计模式的问题吧,STL里面除了model view controller (mvc)这种pattern还有什么pattern流行?
问一个设计模式的问题OOP"设计模式“,Java与Clojure代码对比
问一个简单的:setter 和getter有什么用处?哪里有各种设计模式的C++示例?
王垠:解密“设计模式”请推荐C++ design方面的书
快速系统学习 c++ design pattern有什么好书或者网站吗老板嫌我C++太差!请推荐。
design patterns到底有用吗?c++越写越没有信心,觉得自己水平弱的不行
面向对象设计的SOLID原则王垠 -- 拳打南山魏老 脚踢北海好虫
相关话题的讨论汇总
话题: c++话题: java话题: book话题: read话题: 设计模式