Timeline for Overuse of var-keyword
Current License: CC BY-SA 3.0
25 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2017 at 11:33 | history | edited | CommunityBot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
| Apr 13, 2017 at 12:41 | history | edited | CommunityBot |
replaced http://codereview.stackexchange.com/ with https://codereview.stackexchange.com/
|
|
| Mar 16, 2017 at 15:46 | history | edited | CommunityBot |
replaced http://meta.codereview.stackexchange.com/ with https://codereview.meta.stackexchange.com/
|
|
| Mar 16, 2017 at 15:46 | history | edited | CommunityBot |
replaced http://meta.codereview.stackexchange.com/ with https://codereview.meta.stackexchange.com/
|
|
| Mar 16, 2017 at 15:46 | history | edited | CommunityBot |
replaced http://meta.codereview.stackexchange.com/ with https://codereview.meta.stackexchange.com/
|
|
| Sep 4, 2014 at 2:50 | history | edited | cHao | CC BY-SA 3.0 |
fix code formatting
|
| Aug 28, 2014 at 6:51 | history | edited | Mark | CC BY-SA 3.0 |
added 10 characters in body
|
| Aug 28, 2014 at 6:49 | comment | added | Mark | @mjolka true, changing | |
| Aug 28, 2014 at 3:24 | comment | added | mjolka |
I feel the comment //potato is a string now is misleading; it seems to suggest that the call to WriteLine has something to do with potato's type. The type of potato is inferred (not guessed) from the type of the initializer expression functionThatReturnsAString().
|
|
| Aug 23, 2014 at 10:43 | history | tweeted | twitter.com/#!/StackCodeReview/status/503130309127577600 | ||
| Aug 22, 2014 at 15:58 | comment | added | svick |
For the record, C++11 has the same feature, only it's called auto. And in functional languages, type inference is even stronger, which can make code even more confusing.
|
|
| Aug 22, 2014 at 14:55 | comment | added | Mark |
@Malachi using switch on the elements of the List with the options true and false actually gave it away as bool (since you cannot equate whatever you want to each other, like in C). Upfront clrification would have made that a little easier indeed.
|
|
| Aug 22, 2014 at 13:25 | comment | added | Malachi |
that question doesn't show enough code to tell you what blenabled is it a boolean list or is it a bit list? it should have been commented on the question for the OP to provide all the relevant code, which would include the declaration of the boolean list and how it is set. I would have asked for more code personally.
|
|
| Aug 22, 2014 at 11:33 | history | edited | Mark | CC BY-SA 3.0 |
deleted 242 characters in body
|
| Aug 22, 2014 at 11:33 | comment | added | Mark | @RubberDuck meta.codereview.stackexchange.com/a/2356/50461 | |
| Aug 22, 2014 at 11:32 | answer | added | Mark | timeline score: 10 | |
| Aug 22, 2014 at 11:21 | comment | added | RubberDuck | May I humbly suggest that you turn your update and the latter part of this comment into an answer? I think you've thought this out more than any of the current answerers. | |
| Aug 22, 2014 at 5:56 | history | edited | Mark | CC BY-SA 3.0 |
added 267 characters in body
|
| Aug 22, 2014 at 5:49 | history | edited | Mark | CC BY-SA 3.0 |
added 184 characters in body
|
| Aug 21, 2014 at 17:52 | comment | added | konijn | Great discussion topic, I would like to see more of this on Meta. | |
| Aug 21, 2014 at 14:24 | history | edited | JamalMod | CC BY-SA 3.0 |
added 13 characters in body
|
| Aug 21, 2014 at 14:06 | answer | added | RubberDuck | timeline score: 12 | |
| Aug 21, 2014 at 13:54 | answer | added | Vogel612 | timeline score: 17 | |
| Aug 21, 2014 at 13:47 | answer | added | rolflMod | timeline score: 22 | |
| Aug 21, 2014 at 13:31 | history | asked | Mark | CC BY-SA 3.0 |