LukeMoody01 / mason_bricks

A collection of bricks that enable developers to be more productive when writing code.
MIT License
109 stars 43 forks source link

feat: Change service method format to split on ' ' instead of '/' #4

Closed LukeMoody01 closed 2 years ago

LukeMoody01 commented 2 years ago

Description

As a developer, I would like to type my service methods format like -> 'String myMethod' instead of 'String/myMethod'.

Desired Solution

Instead of splitting at '/' we would need to split at ' '.

Additional Context

Very easy change :)

LukeMoody01 commented 2 years ago

Done and in version 0.0.4 of service brick: https://brickhub.dev/bricks/service/0.0.4 🎉