Points of Required Attention™
Please chime in on a proposed restructuring of the ROM hacking sections.
Views: 88,481,706
Main | FAQ | Uploader | IRC chat | Radio | Memberlist | Active users | Latest posts | Calendar | Stats | Online users | Search 04-25-24 12:30 PM
Guest: Register | Login

0 users currently in The Landfill | 2 guests

Main - The Landfill - And now, a completely trivial poll New thread | Thread closed


Should I upgrade from VS2008 to VS2010?
Yes
No
Get blue spheres
Multiple voting is not allowed. Changing your vote is allowed. 6 users have voted so far.

Kawa
Posted on 06-09-11 09:24 PM Link | Quote | ID: 143573


CHIKKN NI A BAAZZKIT!!!
80's Cheerilee is best pony
Level: 138

Posts: 4784/5344
EXP: 30942566
Next: 720415

Since: 02-20-07
From: The Netherlands

Last post: 4497 days
Last view: 2632 days
Visual C# is nice, but I can't stick to VS2008 forever, and the top-down coding and such seems awfully neat... but on the other hand...

Yeah basically I'm kinda conflicted here.

____________________
Wife make lunch - Shampoo
Opera - give it a spin
Spare some of your free time?
<GreyMaria> I walked around the Lake so many goddamn times that my sex drive was brutally murdered
Kawa rocks — byuu

GreyMaria
Posted on 06-09-11 09:25 PM Link | Quote | ID: 143577

>implying even the Japanese understand the Japanese
Level: 105

Posts: 2455/2851
EXP: 11919902
Next: 342358

Since: 07-13-07

Last post: 4496 days
Last view: 4466 days
You know my choice.

Then again, I don't use C#.

____________________
we're currently experiencing some technical difficulties

NightKev
Posted on 06-10-11 12:02 AM Link | Quote | ID: 143579


Cape Luigi
Level: 131

Posts: 4613/4792
EXP: 26228072
Next: 196548

Since: 03-15-07

Last post: 3733 days
Last view: 3645 days
VS2010 also has C#...?

____________________

Trelior
Posted on 06-10-11 03:23 AM Link | Quote | ID: 143581


Level: 99

Posts: 2348/2602
EXP: 9754691
Next: 245309

Since: 07-12-09

Last post: 4496 days
Last view: 4483 days
Posted by NightKev
VS2010 also has C#...?
Why wouldn't it? That would be removing a nice feature.
I say, if you can test it out first, and it has all the features you want, go for it.

blackhole89
Posted on 06-10-11 09:27 AM Link | Quote | ID: 143587


The Guardian
Moloch whose eyes are a thousand blind windows!
Level: 124

Posts: 3708/4196
EXP: 21531340
Next: 305261

Since: 02-19-07
From: Ithaca, NY, US

Last post: 470 days
Last view: 83 days



It always seemed to me that starting with 2005, VSes just got slower and more bloated with every new release... so my vote is for no.

____________________



Kawa
Posted on 06-10-11 05:01 PM Link | Quote | ID: 143593


CHIKKN NI A BAAZZKIT!!!
80's Cheerilee is best pony
Level: 138

Posts: 4787/5344
EXP: 30942566
Next: 720415

Since: 02-20-07
From: The Netherlands

Last post: 4497 days
Last view: 2632 days
C# not so much a "nice feature", it's the primary language to write .Net code in. It's C# itself that has "nice features", and 2010 certainly has some nice ones.

For example, optional parameters, PHP/VB style:
public function Frobnicate(Gizmo frobThis, float howHard = 0.75f)
In 2008 and earlier, you'd have to define a Frobnicate(Gizmo, float) to actually do the thing, and a Frobnicate(Gizmo) that calls Frobnicate(Gizmo, 0.75f). That does count as an extra call. In 2010, writing the call without specifying how hard to frob makes the compiler add in the 0.75f in the calling statement itself. Same net effect for half the price.

On the other hand, even 2008 has functions I still don't use, such as the more "natural" LINQ style:
var looseGizmos = from g in myGizmos where g.Tightness < 0.5 select g;
versus
var looseGizmos = myGizmos.Select(g => g.Tightness < 0.5);
which I use.

____________________
Wife make lunch - Shampoo
Opera - give it a spin
Spare some of your free time?
<GreyMaria> I walked around the Lake so many goddamn times that my sex drive was brutally murdered
Kawa rocks — byuu

GreyMaria
Posted on 06-11-11 12:53 AM Link | Quote | ID: 143630

>implying even the Japanese understand the Japanese
Level: 105

Posts: 2462/2851
EXP: 11919902
Next: 342358

Since: 07-13-07

Last post: 4496 days
Last view: 4466 days
Posted by Kawa
Frobnicate



This is an amazing pseudocode function name.

____________________
we're currently experiencing some technical difficulties

Kawa
Posted on 06-11-11 01:08 AM Link | Quote | ID: 143634


CHIKKN NI A BAAZZKIT!!!
80's Cheerilee is best pony
Level: 138

Posts: 4798/5344
EXP: 30942566
Next: 720415

Since: 02-20-07
From: The Netherlands

Last post: 4497 days
Last view: 2632 days
It totally is, innit? I think it serves the purpose well enough...

____________________
Wife make lunch - Shampoo
Opera - give it a spin
Spare some of your free time?
<GreyMaria> I walked around the Lake so many goddamn times that my sex drive was brutally murdered
Kawa rocks — byuu

Main - The Landfill - And now, a completely trivial poll New thread | Thread closed

Acmlmboard 2.1+4δ (2023-01-15)
© 2005-2023 Acmlm, blackhole89, Xkeeper et al.

Page rendered in 0.031 seconds. (325KB of memory used)
MySQL - queries: 43, rows: 61/66, time: 0.015 seconds.