/MyProject

i created an Elixir project using mix new, added the User and UserTest modules to my project, and implemented a new function (last_comma_first) that returns the full name in the format of "last, first." and also i include it test coverage for my project functions.

MyProject

i created an Elixir project using mix new, added the User and UserTest modules to my project, and implemented a new function (last_comma_first) that returns the full name in the format of "last, first." and also i include it test coverage for my project functions.

user_test user