Coder Social home page Coder Social logo

awaitwhat's Introduction

AwaitWhat ⁉

banner

  • Forgotten if Task.Delay takes milliseconds or seconds?
  • Not happy with the readability of your new TimeSpan with a billion parameters?
  • Tired of coworkers understanding your code?
  • Then AwaitWhat is for you!

AwaitWhat is a .NET Standard 2.0 library that lets you await a String after you have installed the NuGet package. Yes, you read that right. Just a normal string. No configuration needed, just hit install. Write the TimeSpan format however you want¹ in the string, and just await it! How are you ever going to top the readability of plain english!?

Installation

Warning: If it wasn't clear already, you probably should not use this in production code. Like, you can use it, if you really want to. It works fine. But you probably, most certainly, definitely should not use it. I mean, just look at it. You're awaiting a String. That's not a Task. Shame on you!

  1. Install the NuGet Package, for example like this:
    dotnet add package AwaitWhat
    
  2. Done! Now you can await any String in your project. Enjoy!

Examples

Standard With AwaitWhat
await Task.Delay(1210) await "1.21s"
await Task.Delay(1210) await "1 second, 210 milliseconds"
await Task.Delay(1210) await "1210ms"
await Task.Delay(1210) await "0.02016667 MiNUteS"
... ...
await Task.Delay(new TimeSpan(1, 23, 9)); await "1h23m9s"
await Task.Delay(new TimeSpan(1, 23, 9)); await "1:23:09"
await Task.Delay(new TimeSpan(1, 23, 9)); await "1 hr 23 min 9 sec"
await Task.Delay(new TimeSpan(1, 23, 9)); await "1 hour, 23 minutes and 9 seconds"
... ...

You get the idea, check TimeSpanParser for all the valid formats.

Wait... what? How does this even work?

I got the idea from a wonderful video by the wonderful Nick Chapsas. Basically Microsoft has some weird internal compiler wizardry that is exposed and I used that to add an awaiter to String. Just watch the video 👉👈


¹ Okay, not however you want. If you mess it up too much you will get an ArgumentException. Like, don't await your email address, because I have no idea what you want me to do with that. We currently rely fully on the wonderful TimeSpanParser package, so go complain there if you don't like it give them some love!! :)

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.