ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

[Solved] C# Arraylist

<< < (2/2)

Renegade:
...I come from an actionscript / PHP background that just doesn't have these things...
-mediaguycouk (March 24, 2008, 05:49 AM)
--- End quote ---

Once you get used to this kind of stuff in C#, and see how really well designed it is, you'll shake your head and wonder about dynamically typed languages like PHP. Not that there's anything wrong with dynamic types and the like, but static typing is really just a lot easier to deal with.

I've done both kinds of languages, and I really do prefer static typing. It just seems neater and cleaner.

Kind of as an aside, in C# you can also do things like this:


--- Code: C# ---private void Something(MyCustomClass thing){    MyCustomClass temp;    temp = thing;}
It's a similar issue to what you have above.

Navigation

[0] Message Index

[*] Previous page

Go to full version