Skip to content

Forget typos in function names now, CloseEnough takes care of them

Notifications You must be signed in to change notification settings

sivsushruth/close_enough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e6886c2 · Mar 27, 2016

History

2 Commits
Mar 27, 2016
Mar 27, 2016
Mar 27, 2016
Mar 27, 2016
Mar 27, 2016
Mar 27, 2016

Repository files navigation

CloseEnough

Forget typos in function names now, CloseEnough takes care of them.

Example

require CloseEnough
Process.flag(:error_handler, CloseEnough)

and

Integer.to_strign(123) gets converted to as Integer.to_string(123)  

Installation

  • Add close_enough to your list of dependencies in mix.exs:
def deps do
  [{:close_enough, "~> 0.0.1"}]
end
  • Ensure close_enough is started before your application:
def application do
  [applications: [:close_enough]]
end

About

Forget typos in function names now, CloseEnough takes care of them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages