As a beginner java programmer,I found how I think in terms of solving a problem is more important than how much of the language and built in methods/shortcuts I know.My worst enemy in learning the programming language is when I get stuck and don't know how to approach.I was wondering is there any good book that will enhance my computation thinking and problem solving abilities?I can persevere and solve problems but I feel I lack tools/insights required.
问问题
159 次
1 回答
0
这是一个工具与技术的问题。作为一个工匠,你不会在没有任何工具的情况下学习很多技术,只是做一些事情(或者你会,但你的知识将是纯理论的)。
继续学习工具和制作东西。在这个过程中会出现一些技术新芽。这将在您的脑海中产生更明智的问题,并指导您在旅程中走得更远。
换句话说,学习 Java 并用它制作东西会教你一些技术和一些类似的想法。
但是,请记住,Java 只是(非常多的)编程中的一种。引用伟大的大师:
“塑造小提琴家的不仅是小提琴,我们都被我们训练自己使用的工具所塑造,在这方面,编程语言产生了一种迂回的影响:它们塑造了我们的思维习惯。” —— Edsger W. Dijkstra
在材料方面,请参阅此 StackExchange Programmers 问题的答案。
于 2016-02-19T10:31:01.900 回答