--
You received this message because you are subscribed to the Google Groups "FubuMVC Development Group" group.
To post to this group, send email to fubumv...@googlegroups.com.
To unsubscribe from this group, send email to fubumvc-deve...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fubumvc-devel?hl=en.
--
Adam
http://adventuresinagile.blogspot.com/
http://twitter.com/adymitruk/
http://www.agilevancouver.ca/
http://altnetvan.grou.ps/
--
You received this message because you are subscribed to the Google Groups "FubuMVC Development Group" group.
To view this discussion on the web visit https://groups.google.com/d/msg/fubumvc-devel/-/Mxh0J0_19EcJ.
I don't care either way as long as it is consistent.
Is there a way to have solution-wide formatting settings with vs and/or R# so that this happens automatically and we don't have to think about it?
I bet Josh and Corey have huge monitors :p
--
You received this message because you are subscribed to the Google Groups "FubuMVC Development Group" group.
To view this discussion on the web visit https://groups.google.com/d/msg/fubumvc-devel/-/VvRwEhsBMoAJ.
We have resharper and other tools to tell us what our scope is and
indentation alone is just fine. This is one of the reasons that K&R is
used on a big project like mono.
We've been brainwashed by the crap standard that Microsoft gave us in
MSDN over the last 10+ years for C#.
In addition, I can't stand this:
public property Something
{
get
{
return _something;
}
set
{
_something = value;
}
}
really?? 12 lines to do what??
If it's doing nothing, give it the right amount space:
public property Something { get { return _something; } set {
_something = value; } }
one line.
I understand the position of "it's my preference" and all that. We
just have to dig a bit to see why "it's your preference".. maybe it's
just the amount of time I spent in C/C++.. I always thought of B&D as
wasteful and inefficient after using it for a few years.
</rant>
--
>>>> >> >> fubumvc-deve...@googlegroups.com.
>>>> >> >> For more options, visit this group at
>>>> >> >> http://groups.google.com/group/fubumvc-devel?hl=en.
>>>> >> >
>>>> >> > --
>>>> >> > You received this message because you are subscribed to the Google
>>>> >> > Groups "FubuMVC Development Group" group.
>>>> >> > To post to this group, send email to
>>>> >> > fubumv...@googlegroups.com.
>>>> >> > To unsubscribe from this group, send email to
>>>> >> > fubumvc-deve...@googlegroups.com.
>>>> >> > For more options, visit this group at
>>>> >> > http://groups.google.com/group/fubumvc-devel?hl=en.
>>>> >> >
>>>> >>
>>>> >> --
>>>> >> You received this message because you are subscribed to the Google
>>>> >> Groups
>>>> >> "FubuMVC Development Group" group.
>>>> >> To post to this group, send email to fubumv...@googlegroups.com.
>>>> >> To unsubscribe from this group, send email to
>>>> >> fubumvc-deve...@googlegroups.com.
>>>> >> For more options, visit this group at
>>>> >> http://groups.google.com/group/fubumvc-devel?hl=en.
>>>> >
>>>> >
>>>> > --
>>>> > You received this message because you are subscribed to the Google
>>>> > Groups
>>>> > "FubuMVC Development Group" group.
>>>> > To post to this group, send email to fubumv...@googlegroups.com.
>>>> > To unsubscribe from this group, send email to
>>>> > fubumvc-deve...@googlegroups.com.
>>>> > For more options, visit this group at
>>>> > http://groups.google.com/group/fubumvc-devel?hl=en.
>>>>
>>>>
>>>>
>>>> --
>>>> Adam
>>>>
>>>> http://adventuresinagile.blogspot.com/
>>>> http://twitter.com/adymitruk/
>>>> http://www.agilevancouver.ca/
>>>> http://altnetvan.grou.ps/
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups
>>>> "FubuMVC Development Group" group.
>>>> To post to this group, send email to fubumv...@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> fubumvc-deve...@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/fubumvc-devel?hl=en.
>>>>
>>>>
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "FubuMVC Development Group" group.
>>> To post to this group, send email to fubumv...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> fubumvc-deve...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/fubumvc-devel?hl=en.
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "FubuMVC Development Group" group.
>> To post to this group, send email to fubumv...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> fubumvc-deve...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/fubumvc-devel?hl=en.
>
>
>
> --
> Adam
>
> http://adventuresinagile.blogspot.com/
> http://twitter.com/adymitruk/
> http://www.agilevancouver.ca/
> http://altnetvan.grou.ps/
>
> --
> You received this message because you are subscribed to the Google Groups
> "FubuMVC Development Group" group.
> To post to this group, send email to fubumv...@googlegroups.com.
> To unsubscribe from this group, send email to
> fubumvc-deve...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/fubumvc-devel?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "FubuMVC Development Group" group.
> To post to this group, send email to fubumv...@googlegroups.com.
> To unsubscribe from this group, send email to
> fubumvc-deve...@googlegroups.com.