Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
akadajet
Sep 14, 2003

Why on earth would you not use implicit type declarations if your language supports them? At least in C# it makes code a lot more readable.

Adbot
ADBOT LOVES YOU

akadajet
Sep 14, 2003

akadajet
Sep 14, 2003

echinopsis posted:

does auto make types like in js? coz I love having my
code feel like it has all the stability of a tomato plant without any sticks holding it up

no. it just means the compiler infers the type based on context. javascript figures out types and poo poo at runtime

akadajet
Sep 14, 2003

echinopsis posted:

sounds like a good way to reduce cognitive load imo

yeah, especially when your libraries are built on the house of cards that is c++ templates.

akadajet
Sep 14, 2003

rotor posted:

people bitch about java being too wordy but goddamn

it's nested templates and namespaces all the way down

akadajet
Sep 14, 2003

Ciaphas posted:

i refuse to learn about anything after c++98

last time I touched c++ it was with visual c++ 6

akadajet
Sep 14, 2003

AnimeIsTrash posted:

let it out OP

I bet you also like hard tabs

Adbot
ADBOT LOVES YOU

akadajet
Sep 14, 2003

Xarn posted:

Do you also complain when people write std::string instead of std::basic_string<char, std::char_traits<char>, std::allocator<char>>?

and people say javascript is bad

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply