nimblehq / elixir-templates

Our optimized Elixir templates used in our projects
https://nimblehq.co
MIT License
86 stars 6 forks source link

[gh-230] Refactore the method naming convention in Generator module #288

Closed andyduong1920 closed 1 year ago

andyduong1920 commented 2 years ago

Solve https://github.com/nimblehq/elixir-templates/issues/230

What happened 👀

Rename the method to follow the Elixir convention, the method might raise an exception will have the ! in the name

Insight 📝

Mostly rename the method by adding the ! everywhere

Proof Of Work 📹

The test is passed