I have been coding since the mid 80's. But my profile says i was born in the year 2000. Go figure.
|
21h
|
|
revised |
VS2010 - Getting "type or namespace name could not be found" but everything seems ok? added 233 characters in body |
|
1d
|
|
revised |
Insert image into asp.net image tag removed tag(s) from title |
|
1d
|
|
answered | Casting an inherited class back to the base class |
|
1d
|
|
revised |
Play a sound while key is down removed tag(s) from title |
|
2d
|
|
comment |
Why was my suggested edit rejected? I updated a dead link, none of the rejection reasons make sense! You are right to feel annoyed about this one, there seems to be no reason other than reviewers not paying attention. You should resubmit the edit (a higher rep user could also do it, but then you don't get the +2 rep for the suggestion). Maybe the issue was a transient one, possibly the URL wasn't reachable when the edit went through the review queue? |
|
May
20 |
|
awarded | Constituent |
|
May
20 |
|
awarded | Caucus |
|
May
20 |
|
comment |
Modify process DACL in C# - complete code? The code you point to seems reasonably complete - have you actually tried to use it? |
|
May
20 |
|
awarded | Yearling |
|
May
19 |
|
comment |
Does anyone read messages on review audits? If you want answers from the void then you need to ask the right questions. In your example you have stated a fact that doesn't need any further comment :) |
|
May
18 |
|
comment |
Are "language conversion" type tags good, useful tags? Excellent - a counter argument posted as an answer :) You have a good point, but how do you accomodate that different languages can have different constructs, especially when converting from an imperative language (C#) to a functional language (F#)? |
|
May
18 |
|
revised |
Are "language conversion" type tags good, useful tags? added 4 characters in body |
|
May
18 |
|
revised |
C# Stack not updating added 249 characters in body |
|
May
18 |
|
comment |
C# Stack not updating @Katie to get the checking in the same order you would need to reverse the iteration count on the list: int i = gems.Count - 1; i >= 0; i--. You can't reverse a stack - it's LIFO (Last In, First Out). Maybe a stack is not suitable for your needs?
|
|
May
18 |
|
answered | C# Stack not updating |
|
May
18 |
|
answered | C# Basic code, Counting cars over 10 |
|
May
18 |
|
revised |
How to use stack instead of list? removed tag(s) from title |
|
May
18 |
|
comment |
Are "language conversion" type tags good, useful tags? @Seth yeah maybe I've come across a little strong (sorry about that), but I think people have misread the point I was trying to make: the tags themselves are not bad, but they have indeed been used badly, so the answer is to do the usual clean up on the questions rather than eliminate the tags. (Funny thing: I just noticed that you are the OP, here I was answering like you were a third party to the discussion). |
|
May
18 |
|
revised |
Are "language conversion" type tags good, useful tags? added 798 characters in body |
|
May
18 |
|
comment |
Are "language conversion" type tags good, useful tags? @Seth If you are convinced they are bad tags then post an answer and explain exactly why they are not legitimate. Try and answer the actual question that was posed: are they constructive? Post a counter argument. Don't just piously state nothing statements like "if it's a bad tag kill it" - we already know that. |