Coder Social home page Coder Social logo

Comments (3)

Janiczek avatar Janiczek commented on August 17, 2024

From a first read, my absolutely first reaction is that I like

import Elm.Data.ModuleName {- as ModuleName -} exposing (ModuleName)

stuff : ModuleName

more than

import Elm.Data.ModuleName

stuff : Elm.Data.ModuleName.T

or even

import Elm.Data.ModuleName as ModuleName

stuff : ModuleName.T

I'll mull this over a bit, maybe it'll grow on me 🙂

Do you think there are advantages to this? Is it pain in the neck to do import Elm.Data.Foo as Foo exposing (Foo)? What's the motivation?

from compiler.

harrysarson avatar harrysarson commented on August 17, 2024

From a first read, my absolutely first reaction is that I like ... more than .. or even

Thinking about this some more I do have to agree with you. I think the gist of my issue is that I see something like

func : String -> ModuleName -> Exposing -> Module

and have to scroll all the way up to the top of the current elm file to find the file that defines of each type. Whereas with

func : String -> Elm.Data.ModuleName.T -> Elm.Data.Exposing.T -> Elm.Data.Module.T

I know instantly where to look.

from compiler.

harrysarson avatar harrysarson commented on August 17, 2024

Closing, I think cons > pros here.

from compiler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.