On 4/3/11 4:38 PM, Jonathan M Davis wrote:
On 2011-04-03 13:13, Jacob Carlborg wrote:
Why is this better? This is just like the pointless aliases you want to
avoid. Why do we even have a bool type in the language if we're going to
replace it with enums all the time?
Andrei has been pushing for
On 2011-04-03 13:13, Jacob Carlborg wrote:
> On 2011-04-03 20:09, Andrei Alexandrescu wrote:
> > On 3/29/11 4:06 PM, Jacob Carlborg wrote:
> >> I've made a few minor changes:
> >>
> >> * Renamed EmailStatusCode.Off -> None and On -> Any
> >> * Added and clarified the documentation for EmailStatusC
On 2011-04-03 20:09, Andrei Alexandrescu wrote:
On 3/29/11 4:06 PM, Jacob Carlborg wrote:
I've made a few minor changes:
* Renamed EmailStatusCode.Off -> None and On -> Any
* Added and clarified the documentation for EmailStatusCode.Any and None
* Updated the documentation
Github: https://gith
On 2011-04-03 20:22, Andrei Alexandrescu wrote:
On 3/29/11 4:06 PM, Jacob Carlborg wrote:
I've made a few minor changes:
* Renamed EmailStatusCode.Off -> None and On -> Any
I suggest we follow the nascent convention that enum values start with a
lowercase letter.
Andrei
Already fixed.
--
On 2011-04-03 15:49, Andrei Alexandrescu wrote:
On 4/3/11 6:38 AM, Jacob Carlborg wrote:
On 2011-04-02 23:33, Jonathan M Davis wrote:
On 2011-04-02 09:26, Jacob Carlborg wrote:
On 2011-04-01 11:01, Jonathan M Davis wrote:
On 2011-03-29 14:06, Jacob Carlborg wrote:
I've made a few minor chang
On 3/29/11 4:06 PM, Jacob Carlborg wrote:
I've made a few minor changes:
* Renamed EmailStatusCode.Off -> None and On -> Any
I suggest we follow the nascent convention that enum values start with a
lowercase letter.
Andrei
On 3/29/11 4:06 PM, Jacob Carlborg wrote:
I've made a few minor changes:
* Renamed EmailStatusCode.Off -> None and On -> Any
* Added and clarified the documentation for EmailStatusCode.Any and None
* Updated the documentation
Github: https://github.com/jacob-carlborg/phobos/tree/isemail
Docs: h
On Sun, 03 Apr 2011 09:49:44 -0400, Andrei Alexandrescu
wrote:
On 4/3/11 6:38 AM, Jacob Carlborg wrote:
On 2011-04-02 23:33, Jonathan M Davis wrote:
On 2011-04-02 09:26, Jacob Carlborg wrote:
On 2011-04-01 11:01, Jonathan M Davis wrote:
On 2011-03-29 14:06, Jacob Carlborg wrote:
I've mad
On 4/3/11 6:38 AM, Jacob Carlborg wrote:
On 2011-04-02 23:33, Jonathan M Davis wrote:
On 2011-04-02 09:26, Jacob Carlborg wrote:
On 2011-04-01 11:01, Jonathan M Davis wrote:
On 2011-03-29 14:06, Jacob Carlborg wrote:
I've made a few minor changes:
* Renamed EmailStatusCode.Off -> None and On
On 2011-04-02 23:33, Jonathan M Davis wrote:
On 2011-04-02 09:26, Jacob Carlborg wrote:
On 2011-04-01 11:01, Jonathan M Davis wrote:
On 2011-03-29 14:06, Jacob Carlborg wrote:
I've made a few minor changes:
* Renamed EmailStatusCode.Off -> None and On -> Any
* Added and clarified the docu
On 2011-04-02 09:26, Jacob Carlborg wrote:
> On 2011-04-01 11:01, Jonathan M Davis wrote:
> > On 2011-03-29 14:06, Jacob Carlborg wrote:
> >> I've made a few minor changes:
> >>
> >> * Renamed EmailStatusCode.Off -> None and On -> Any
> >> * Added and clarified the documentation for EmailStatusC
On 2011-04-01 11:01, Jonathan M Davis wrote:
On 2011-03-29 14:06, Jacob Carlborg wrote:
I've made a few minor changes:
* Renamed EmailStatusCode.Off -> None and On -> Any
* Added and clarified the documentation for EmailStatusCode.Any and None
* Updated the documentation
Github: https://gith
On 2011-03-29 14:06, Jacob Carlborg wrote:
> I've made a few minor changes:
>
> * Renamed EmailStatusCode.Off -> None and On -> Any
> * Added and clarified the documentation for EmailStatusCode.Any and None
> * Updated the documentation
>
> Github: https://github.com/jacob-carlborg/phobos/tree/is
On 2011-03-31 01:12, Jonathan M Davis wrote:
On 2011-03-30 15:27, Andrei Alexandrescu wrote:
On 3/30/11 5:24 PM, bearophile wrote:
Andrei:
Beyond naming:
Some standard for member attributes? Like m_something, etc? I don't like
this a lot, but having a style guide on this too is useful for Pho
On 2011-03-31 00:09, Jacob Carlborg wrote:
> On 3/30/11 10:07 PM, Andrei Alexandrescu wrote:
> > On 3/30/11 2:47 PM, Jonathan M Davis wrote:
> >> I've tried to get Andrei to agree to a style guide a few times, but he's
> >> generally pushed back on it. I definitely think that we should have
> >> on
On 3/30/11 10:07 PM, Andrei Alexandrescu wrote:
On 3/30/11 2:47 PM, Jonathan M Davis wrote:
I've tried to get Andrei to agree to a style guide a few times, but he's
generally pushed back on it. I definitely think that we should have
one if we
want to actually have a consistent style, but thus fa
On 3/30/11 9:42 PM, Andrei Alexandrescu wrote:
On 3/30/11 1:47 PM, Jacob Carlborg wrote:
So, should I change the enum members to start with lowercase or leave it
like it is?
Change please.
Thanks,
Andrei
Ok, will do.
--
/Jacob Carlborg
On 2011-03-30 17:17, Daniel Gibson wrote:
> Am 31.03.2011 01:57, schrieb dsimcha:
> > On 3/30/2011 6:24 PM, bearophile wrote:
> >> Andrei:
> >>> Beyond naming:
> >> Some standard for member attributes? Like m_something, etc? I don't
> >> like this a lot, but having a style guide on this too is usef
Am 31.03.2011 01:57, schrieb dsimcha:
On 3/30/2011 6:24 PM, bearophile wrote:
Andrei:
Beyond naming:
Some standard for member attributes? Like m_something, etc? I don't
like this a lot, but having a style guide on this too is useful for
Phobos (and user code).
Bye,
bearophile
I think the
On 3/30/2011 6:24 PM, bearophile wrote:
Andrei:
Beyond naming:
Some standard for member attributes? Like m_something, etc? I don't like this a
lot, but having a style guide on this too is useful for Phobos (and user code).
Bye,
bearophile
I think the style guide should be focused mostly (
On 2011-03-30 15:27, Andrei Alexandrescu wrote:
> On 3/30/11 5:24 PM, bearophile wrote:
> > Andrei:
> >> Beyond naming:
> > Some standard for member attributes? Like m_something, etc? I don't like
> > this a lot, but having a style guide on this too is useful for Phobos
> > (and user code).
> >
>
On 3/30/11 5:24 PM, bearophile wrote:
Andrei:
Beyond naming:
Some standard for member attributes? Like m_something, etc? I don't like this a
lot, but having a style guide on this too is useful for Phobos (and user code).
Bye,
bearophile
I usually prepend private data members with an under
Andrei:
> Beyond naming:
Some standard for member attributes? Like m_something, etc? I don't like this a
lot, but having a style guide on this too is useful for Phobos (and user code).
Bye,
bearophile
On 2011-03-30 11:19, Daniel Gibson wrote:
> Am 30.03.2011 20:15, schrieb Don:
> > Lars T. Kyllingstad wrote:
> >> On Wed, 30 Mar 2011 15:04:49 +0200, Don wrote:
> >>> Lars T. Kyllingstad wrote:
> On Wed, 30 Mar 2011 13:23:02 +0200, Don wrote:
> > Jonathan M Davis wrote:
> >> On 2011-03
On Mar 31, 11 04:35, Jonathan M Davis wrote:
> For my money, just take the first that applies:
>
> - Is it a function name? Use thisStyle.
>
> - Is it a value (be it constant or variable)? Use thisStyle.
>
> - Is it a type? Use ThisStyle.
>
> - Is it a module name? Use this_style.
This woul
On 2011-03-30 13:07, Andrei Alexandrescu wrote:
> On 3/30/11 2:47 PM, Jonathan M Davis wrote:
> > I've tried to get Andrei to agree to a style guide a few times, but he's
> > generally pushed back on it. I definitely think that we should have one
> > if we want to actually have a consistent style,
On 3/30/11 2:47 PM, Jonathan M Davis wrote:
I've tried to get Andrei to agree to a style guide a few times, but he's
generally pushed back on it. I definitely think that we should have one if we
want to actually have a consistent style, but thus far, he hasn't agreed to
have one.
I think that's
On Mar 31, 11 02:22, Simen kjaeraas wrote:
On Wed, 30 Mar 2011 20:19:36 +0200, Daniel Gibson
wrote:
We desperately need a style guide containing all the things which have
actually been agreed to (and equally importantly, nothing which hasn't).
The simplest thing to do would be to fix up the ex
On 2011-03-30 11:15, Don wrote:
> Lars T. Kyllingstad wrote:
> > On Wed, 30 Mar 2011 15:04:49 +0200, Don wrote:
> >> Lars T. Kyllingstad wrote:
> >>> On Wed, 30 Mar 2011 13:23:02 +0200, Don wrote:
> Jonathan M Davis wrote:
> > On 2011-03-30 01:27, Jacob Carlborg wrote:
> >> On 3/30/11
On 3/30/11 1:47 PM, Jacob Carlborg wrote:
So, should I change the enum members to start with lowercase or leave it
like it is?
Change please.
Thanks,
Andrei
On 2011-03-30 11:47, Jacob Carlborg wrote:
> On 2011-03-30 20:15, Don wrote:
> > Lars T. Kyllingstad wrote:
> >> On Wed, 30 Mar 2011 15:04:49 +0200, Don wrote:
> >>> Lars T. Kyllingstad wrote:
> On Wed, 30 Mar 2011 13:23:02 +0200, Don wrote:
> > Jonathan M Davis wrote:
> >> On 2011-03-
On 2011-03-30 20:15, Don wrote:
Lars T. Kyllingstad wrote:
On Wed, 30 Mar 2011 15:04:49 +0200, Don wrote:
Lars T. Kyllingstad wrote:
On Wed, 30 Mar 2011 13:23:02 +0200, Don wrote:
Jonathan M Davis wrote:
On 2011-03-30 01:27, Jacob Carlborg wrote:
On 3/30/11 1:30 AM, Jesse Phillips wrote:
On Wed, 30 Mar 2011 20:19:36 +0200, Daniel Gibson
wrote:
We desperately need a style guide containing all the things which have
actually been agreed to (and equally importantly, nothing which hasn't).
The simplest thing to do would be to fix up the existing one on the
website which nobody fol
Am 30.03.2011 20:15, schrieb Don:
Lars T. Kyllingstad wrote:
On Wed, 30 Mar 2011 15:04:49 +0200, Don wrote:
Lars T. Kyllingstad wrote:
On Wed, 30 Mar 2011 13:23:02 +0200, Don wrote:
Jonathan M Davis wrote:
On 2011-03-30 01:27, Jacob Carlborg wrote:
On 3/30/11 1:30 AM, Jesse Phillips wrote
Lars T. Kyllingstad wrote:
On Wed, 30 Mar 2011 15:04:49 +0200, Don wrote:
Lars T. Kyllingstad wrote:
On Wed, 30 Mar 2011 13:23:02 +0200, Don wrote:
Jonathan M Davis wrote:
On 2011-03-30 01:27, Jacob Carlborg wrote:
On 3/30/11 1:30 AM, Jesse Phillips wrote:
Jacob Carlborg Wrote:
I've made
On 2011-03-30 04:23, Don wrote:
> Jonathan M Davis wrote:
> > On 2011-03-30 01:27, Jacob Carlborg wrote:
> >> On 3/30/11 1:30 AM, Jesse Phillips wrote:
> >>> Jacob Carlborg Wrote:
> I've made a few minor changes:
>
> * Renamed EmailStatusCode.Off -> None and On -> Any
> * Add
On 3/30/11 10:49 AM, Jonathan M Davis wrote:
On 2011-03-30 01:27, Jacob Carlborg wrote:
On 3/30/11 1:30 AM, Jesse Phillips wrote:
Jacob Carlborg Wrote:
I've made a few minor changes:
* Renamed EmailStatusCode.Off -> None and On -> Any
* Added and clarified the documentation for EmailStatu
On Wed, 30 Mar 2011 15:04:49 +0200, Don wrote:
> Lars T. Kyllingstad wrote:
>> On Wed, 30 Mar 2011 13:23:02 +0200, Don wrote:
>>
>>> Jonathan M Davis wrote:
On 2011-03-30 01:27, Jacob Carlborg wrote:
> On 3/30/11 1:30 AM, Jesse Phillips wrote:
>> Jacob Carlborg Wrote:
>>> I've ma
Lars T. Kyllingstad wrote:
On Wed, 30 Mar 2011 13:23:02 +0200, Don wrote:
Jonathan M Davis wrote:
On 2011-03-30 01:27, Jacob Carlborg wrote:
On 3/30/11 1:30 AM, Jesse Phillips wrote:
Jacob Carlborg Wrote:
I've made a few minor changes:
* Renamed EmailStatusCode.Off -> None and On -> Any
On Wed, 30 Mar 2011 13:23:02 +0200, Don wrote:
> Jonathan M Davis wrote:
>> On 2011-03-30 01:27, Jacob Carlborg wrote:
>>> On 3/30/11 1:30 AM, Jesse Phillips wrote:
Jacob Carlborg Wrote:
> I've made a few minor changes:
>
> * Renamed EmailStatusCode.Off -> None and On -> Any * A
Jonathan M Davis wrote:
On 2011-03-30 01:27, Jacob Carlborg wrote:
On 3/30/11 1:30 AM, Jesse Phillips wrote:
Jacob Carlborg Wrote:
I've made a few minor changes:
* Renamed EmailStatusCode.Off -> None and On -> Any
* Added and clarified the documentation for EmailStatusCode.Any and None
* Up
On 2011-03-30 01:27, Jacob Carlborg wrote:
> On 3/30/11 1:30 AM, Jesse Phillips wrote:
> > Jacob Carlborg Wrote:
> >> I've made a few minor changes:
> >>
> >> * Renamed EmailStatusCode.Off -> None and On -> Any
> >> * Added and clarified the documentation for EmailStatusCode.Any and None
> >> *
On 3/30/11 1:30 AM, Jesse Phillips wrote:
Jacob Carlborg Wrote:
I've made a few minor changes:
* Renamed EmailStatusCode.Off -> None and On -> Any
* Added and clarified the documentation for EmailStatusCode.Any and None
* Updated the documentation
Github: https://github.com/jacob-carlborg/p
Jacob Carlborg Wrote:
> I've made a few minor changes:
>
> * Renamed EmailStatusCode.Off -> None and On -> Any
> * Added and clarified the documentation for EmailStatusCode.Any and None
> * Updated the documentation
>
> Github: https://github.com/jacob-carlborg/phobos/tree/isemail
> Docs: http:/
I've made a few minor changes:
* Renamed EmailStatusCode.Off -> None and On -> Any
* Added and clarified the documentation for EmailStatusCode.Any and None
* Updated the documentation
Github: https://github.com/jacob-carlborg/phobos/tree/isemail
Docs: http://dl.dropbox.com/u/18386187/isemail.htm
45 matches
Mail list logo