bestpractices
Joint Strike Fighter Air Vehicle C++ Coding Standards For The System Development And Demonstration Program (PDF)
yesterday by tdjones
JOINT STRIKE FIGHTER
AIR VEHICLE
C++ CODING STANDARDS
FOR THE SYSTEM DEVELOPMENT AND DEMONSTRATION PROGRAM
c++
programming
bestpractices
reference
AIR VEHICLE
C++ CODING STANDARDS
FOR THE SYSTEM DEVELOPMENT AND DEMONSTRATION PROGRAM
yesterday by tdjones
Elements of Modern C++ Style « Sutter’s Mill
3 days ago by patku
The C++11 standard offers many useful new features. This page focuses specifically and only on those features that make C++11 really feel like a new language compared to C++98, because:
They change the styles and idioms you’ll use when writing C++ code, often including the way you’ll design C++ libraries. For example, you’ll see more smart pointer parameters and return values, and functions that return big objects by value.
They will be used so pervasively that you’ll probably see them in most code examples. For example, virtually every five-line modern C++ code example will say “auto” somewhere.
Use the other great C++11 features too. But get used to these ones first, because these are the pervasive ones that show why C++11 code is clean, safe, and fast – just as clean and safe as code written in any other modern mainstream language, and with C++’s traditional to-the-metal performance as strong as ever.
Notes:
Like Strunk & White, this page is deliberately focused on brief summary guidance. It is not intended to provide exhaustive rationale and pro/con analysis; that will go into other articles.
This is a living document. See the end for a list of the main changes and additions over time.
intro
c++
bestpractices
They change the styles and idioms you’ll use when writing C++ code, often including the way you’ll design C++ libraries. For example, you’ll see more smart pointer parameters and return values, and functions that return big objects by value.
They will be used so pervasively that you’ll probably see them in most code examples. For example, virtually every five-line modern C++ code example will say “auto” somewhere.
Use the other great C++11 features too. But get used to these ones first, because these are the pervasive ones that show why C++11 code is clean, safe, and fast – just as clean and safe as code written in any other modern mainstream language, and with C++’s traditional to-the-metal performance as strong as ever.
Notes:
Like Strunk & White, this page is deliberately focused on brief summary guidance. It is not intended to provide exhaustive rationale and pro/con analysis; that will go into other articles.
This is a living document. See the end for a list of the main changes and additions over time.
3 days ago by patku
Git Branches Considered Harmful - Unprotocols
3 days ago by jacklittleton
Best practices for multiple developers.
development
methodology
cm
git
bestpractices
3 days ago by jacklittleton
Which responsive images solution should you use? | CSS-Tricks
4 days ago by flov
»There are a bunch of techniques going around for dealing with responsive images lately. That is, solutions to help us serve the right image for the occasion (e.g. size of screen and bandwidth available). They all do things a bit differently. To keep track, Christopher Schmitt and I have created this spreadsheet of techniques.«
webdesign
responsive
image
info
bestPractices
4 days ago by flov
Why Agile is Not a Methodology
5 days ago by tdjones
Why Agile is Not a Methodology
agile
development
philosophy
bestpractices
5 days ago by tdjones
Object Oriented Programming Tips
6 days ago by tdjones
Object Oriented Programming
oop
programming
tips
tutorial
bestpractices
reference
6 days ago by tdjones