Does anyone use the Visual Studio Task List?
-
Is it just me, or is the task list completely useless aside from the //TODO: stuff? I mean, you can't even reorder your tasks.
-
Is it just me, or is the task list completely useless aside from the //TODO: stuff? I mean, you can't even reorder your tasks.
reinux wrote:
Does anyone use the Visual Studio Task List?
No me... Instead I use
#warning
, e.g.:#warning Is this code meant to be a joke? We dont get paid to be clowns...
int year = dateTime.Year;
int mm = dateTime.Month;
int dd = dateTime.Day;
return String.Concat(year.ToString(), '/', mm.ToString().PadLeft(2, '0'), '/', dd.ToString().PadLeft(2, '0'));xacc.ide
IronScheme - 1.0 beta 4 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition -
reinux wrote:
Does anyone use the Visual Studio Task List?
No me... Instead I use
#warning
, e.g.:#warning Is this code meant to be a joke? We dont get paid to be clowns...
int year = dateTime.Year;
int mm = dateTime.Month;
int dd = dateTime.Day;
return String.Concat(year.ToString(), '/', mm.ToString().PadLeft(2, '0'), '/', dd.ToString().PadLeft(2, '0'));xacc.ide
IronScheme - 1.0 beta 4 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth EditionCould not stop laughing for a minute- :laugh: code example is simply great
Maruf Maniruzzaman @ Dhaka, Bangladesh.
-
reinux wrote:
Does anyone use the Visual Studio Task List?
No me... Instead I use
#warning
, e.g.:#warning Is this code meant to be a joke? We dont get paid to be clowns...
int year = dateTime.Year;
int mm = dateTime.Month;
int dd = dateTime.Day;
return String.Concat(year.ToString(), '/', mm.ToString().PadLeft(2, '0'), '/', dd.ToString().PadLeft(2, '0'));xacc.ide
IronScheme - 1.0 beta 4 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth EditionI always treat warnings as errors. At any rate, I'd fix that code right away! :-D
If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe - but not a personality. - Charlie Brooker My Photos/CP Flickr Group - ScrewTurn Wiki v3
-
Could not stop laughing for a minute- :laugh: code example is simply great
Maruf Maniruzzaman @ Dhaka, Bangladesh.
I didn't laugh so much, I've seen it being used for real. X|
-
reinux wrote:
Does anyone use the Visual Studio Task List?
No me... Instead I use
#warning
, e.g.:#warning Is this code meant to be a joke? We dont get paid to be clowns...
int year = dateTime.Year;
int mm = dateTime.Month;
int dd = dateTime.Day;
return String.Concat(year.ToString(), '/', mm.ToString().PadLeft(2, '0'), '/', dd.ToString().PadLeft(2, '0'));xacc.ide
IronScheme - 1.0 beta 4 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth EditionI swear leppie, I've been around here for years and I still see you everywhere[^].
-
Is it just me, or is the task list completely useless aside from the //TODO: stuff? I mean, you can't even reorder your tasks.
The TODO stuff alone makes it worthwhile. I don't really use it for anything else.
Kevin
-
Is it just me, or is the task list completely useless aside from the //TODO: stuff? I mean, you can't even reorder your tasks.
Nope. The stupid thing pops up too much. It's like Clippy for Visual Studio.
Software Zen:
delete this;
Fold With Us![^] -
Is it just me, or is the task list completely useless aside from the //TODO: stuff? I mean, you can't even reorder your tasks.
-
Is it just me, or is the task list completely useless aside from the //TODO: stuff? I mean, you can't even reorder your tasks.
Except in VB (where all TODO's are shown)
//TODO
is worthless. In C# only open files TODOs are shown, in C++ only the current files are shown. This is hard coded behavior and not something that can be changed. :wtf: Like Leppie I use#warning
because a build all will refresh the list.The latest nation. Procrastination.
-
I always treat warnings as errors. At any rate, I'd fix that code right away! :-D
If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe - but not a personality. - Charlie Brooker My Photos/CP Flickr Group - ScrewTurn Wiki v3
My #warnings tend to be notes as much as anything else. eg
#warning TODO: can this be simplified
or#warning TODO: Is this still needed
typically put in place when I see something odd while working on a different bug. Or to remind me that Y should be refactored after major refactoring X. I had lots of the latter when upgrading an app from .net 1.1 to 2.0.The latest nation. Procrastination.
-
I didn't laugh so much, I've seen it being used for real. X|
Jörgen Andersson wrote:
I've seen it being used for real.
I wish I could not say the same, but sadly that was a straight copy paste from the codebase, I am hoping the clown that wrote it fix it, else I will have to.
xacc.ide
IronScheme - 1.0 beta 4 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition -
I swear leppie, I've been around here for years and I still see you everywhere[^].
reinux wrote:
I still see you everywhere
Always ready to share my 'humble' opinion :)
xacc.ide
IronScheme - 1.0 beta 4 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition -
I always treat warnings as errors. At any rate, I'd fix that code right away! :-D
If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe - but not a personality. - Charlie Brooker My Photos/CP Flickr Group - ScrewTurn Wiki v3
Dario Solera wrote:
I always treat warnings as errors. At any rate, I'd fix that code right away!
So do I (we), except #warning. I am waiting for the guilty to notice my remark and fix the code. Else I will redo it in about 4 weeks.
xacc.ide
IronScheme - 1.0 beta 4 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition -
Is it just me, or is the task list completely useless aside from the //TODO: stuff? I mean, you can't even reorder your tasks.
I use it. You have the ability to add your own code words in the options menu that allow you turn a comment into a task list item or a Token. So, for example, I've added tokens of my initials and my coworkers initials. This way we can mark in the code places where we are working or other special code. You can also assign a priority to the token. It's not a very robust feature, but it's kind of nice to use when you want to mark a place to quickly get back to it. Sort of like the bookmarks, but able to provide a bit more information. You have to remember to change the task list from user tasks to comments when you use your own tokens, though.
-
Is it just me, or is the task list completely useless aside from the //TODO: stuff? I mean, you can't even reorder your tasks.