Skip to content

HvdW144/dont-care

Repository files navigation

dont-care

Don't want to comment out code when debugging? Use dont-care!

I.dontCare

I.dontCare(() => {
  console.log("This code won't be executed");
});

I.dontMind

I.dontMind(() => {
  console.log(
    "This code will be executed, but runtime errors will never appear"
  );
});

I.dontMind(() => {
  console.log("Add true to log the suppressed errors");
}, true);

I.dontGiveA****

I.dontGiveAF_ck(() => {
  console.log(
    "If a teammate wants changes to your code, use this as the change"
  );
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors