Giter VIP home page Giter VIP logo

withformat's Introduction

๐Ÿ‘‹ Hi, Iโ€™m @cryptic-mystic, aka John Crowe IRL!

๐Ÿ‘€ Iโ€™m interested in code, music, and camping / hiking! ๐Ÿ•

๐ŸŒฑ Currently I work for Leafly, and I make tools for dispensaries to succeed on Leafly's platform!

withformat's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

withformat's Issues

more natural syntax

I like the idea of this library!

However, looking at the fluent methods in the example I can't help thinking the language could be a bit more natural, e.g.

5.WithPercent().WithPrecision(3).Format();
5.WithCurrency().WithCulture<JapaneseJapanCulture>().Format();

would read better as:

5.AsPercentage().WithPrecision(3).Format();
5.AsCurrency().Using<JapaneseJapanCulture>().Format();

i.e. closer to the natural language of:

"format 5 as a percentage with a precision of 3"
"format 5 as a currency using the Japanese in Japan culture"

Just throwing this out there as a thought.

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.