大 C++ 的主要权威是什么?项目?
多年来,我一直在重读 John Lakos 的经典大规模 C++ 软件设计< /a>.它不仅是第一本此类指南,而且还彻底改变了如何以高效的方式用 C++ 开发项目,直到今天!
现在你觉得他的想法已经过时了吗?书中的一些 C++ 技术实际上很旧(不要忘记这本书是在最新标准发布之前编写的)。
现在有什么好的权威可以指导用C++构建一个大系统。
别误会我的意思,我根本没有放弃拉科斯。它会一直为我所参考,并占据书架上的黄金位置。
谢谢
For many years, I have been re-reading John Lakos's classic Large-Scale C++ Software Design. Not only it was the first guidebook of this kind, but it also revolutionized how to develop a project in C++, in an efficient fashion to this day!
Do you feel his ideas are outdated now? Some C++ techniques in the book are in fact old (don't forget that book has been written before the latest standard was published) .
What's a good authority to guide building of a big system in C++ nowadays.
Don't get me wrong, I am not giving up Lakos at all. It will always be referenced for me, and occupy a prime location on the bookshelf.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
本书的范围很窄:
尽管它对这些主题进行了很多详细介绍,但主题本身非常狭窄。
在我看来,“大型 C++ 项目”的大部分挑战都在其他地方……
……但这些主题不是特定于 C++ 的。
The book's scope is narrow:
Although it goes into a lot of detail on these topics, the topics themselves are very narrow.
A lot, and IMO most, of the challenge of a "big C++ project" is elsewhere ...
... but these topics aren't C++-specific.
一般来说,以下几位被认为是 C++ 领域的权威:
他们所有人的书籍/文章都教授最佳的 C++ 实践。
Generally the following guys are regarded as leading authorities on C++:
The books/articles by all of them teach the best C++ practices.
有趣的是,他的下一本书,可扩展的 C++ :基于组件的开发,预计在 2006 年实现。
我认为它还没有实现……有一天它可能会实现!
此外,敏捷原则和模式是广泛且有效的软件开发范例。我正在朝那个方向转变我的齿轮。
看看这本书:敏捷软件开发、原则、模式和实践
Interestingly, his next book, Scalable C++: Component-Based Development, is anticipated in 2006.
I don't think it has ever came to fruition... one day it may!
Also, Agile Principles and patterns are widespread and effective software developing paradigm. I am shifting my gears in that directions.
Check out this book: Agile Software Development, Principles, Patterns, and Practices
上次我从某人那里听说(我是 Lakos 的第二个联系者,如果这很重要的话)他还在 2008 年写他的最新书。
Last I heard from someone (I am 2nd connected to Lakos, if that matters) he was still working on his latest book in 2008.