Re: [elm-discuss] What's the convention for modules with more than one word?

2016-10-05 Thread Wil C
Ah, thanks.

On Thursday, September 29, 2016 at 1:10:04 PM UTC-7, Joey Eremondi wrote:
>
> CamelCase in both cases. The file names usually exactly match the module 
> name, with .elm added.
>
> On Thu, Sep 29, 2016 at 1:08 PM, Wil C  
> wrote:
>
>> Oddly enough, for the stuff I've written in elm, I've not had to name a 
>> multi-word module.
>>
>> What's the naming convention for multi-word modules? Is it CamelCase for 
>> the module name, but snake_case for the file name? I can't seem to find an 
>> example.
>>
>> Wil
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Elm Discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to elm-discuss...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] What's the convention for modules with more than one word?

2016-09-29 Thread Wil C
Oddly enough, for the stuff I've written in elm, I've not had to name a 
multi-word module.

What's the naming convention for multi-word modules? Is it CamelCase for 
the module name, but snake_case for the file name? I can't seem to find an 
example.

Wil

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.