That's funny! :-D Programming these days is so complicated. School doesn't prepare you for the real world.
salz150
Posts
-
This is what you get when you have junior programmers write an application in .NET Core -
c# varI've read that convention is to use "var" when the type of variable is apparent by reading the code. If you printed out this code it would still be pretty obvious that "url" is a string. If you can't tell the type by reading the code then the actual type should be used. It is lazy but if it eliminates some redundancy and makes coding a little quicker than it's a good thing. I personally follow the convention above but I know some people use var for everything.
-
Reason for changing jobI can sympathize with that. If you work at an office downtown and you have to find parking on the street or something that would get old really fast. Thats one of the reasons I wouldn't want to work downtown.
-
THIS SUCKS!I must be a moron because I love the new design. The old design was good but it did feel a bit cramped and was a bit of an information overload.
Salz