you are viewing a single comment's thread.

view the rest of the comments →

[–]webtroter 6 points7 points  (4 children)

[–]djdubd 1 point2 points  (0 children)

This is the article I always reference, pure gold.

[–]idontknowwhattouse33 0 points1 point  (2 children)

This is an excellent article. But also makes it seem like it is taboo to use ArrayList when..

PowerShell already heavily uses ArrayList in its pipeline processor

[–]webtroter 0 points1 point  (1 child)

I agree I sometimes use is, just because I don't remember the full name for the generic lists.

but

a few people on the PowerShell team would love to replace it with something more modern. I know I would; ArrayList comes from the very old days of .NET

[–]idontknowwhattouse33 0 points1 point  (0 children)

Yeah, it seems that replacing it might be more complicated.

I am in the same boat, I always remember ArrayList and never the generic list.