Sign in
Developing for Developers
Tools, techniques, and theory for measuring and improving the power and performance of developers and their code
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Algorithms
Data structures
Other
Programming languages
Software engineering
Theory
Browse by Tags
MSDN Blogs
>
Developing for Developers
>
All Tags
>
programming languages
Tagged Content List
Blog Post:
The Visitor pattern and multiple dispatch
MSDNArchive
Today I'll talk about multiple dispatch, a programming language feature that increases flexibility of method calls and eliminates the need for awkward pattern constructions, at the cost of some additional complexity in the dispatch algorithm. The Visitor pattern Those who have read the Gang of...
on
29 Aug 2005
Blog Post:
Stop writing header files
MSDNArchive
Although one of my favorite languages, C++ has a number of issues that make it difficult to write and maintain. One of the worst is its compilation model: you import declarations using fragile literal text inclusion ( #include ), and you have to waste your time keeping these declarations redundantly...
on
19 Aug 2005
Page 1 of 1 (2 items)