nunomaduro / laravel-console-task

✅ Laravel Console Task is a output method for Laravel Console Commands.
MIT License
254 stars 21 forks source link

improve workflow #6

Closed smokills closed 5 years ago

smokills commented 5 years ago

I think for basic true/false strategy, is better using a ternary operator instead of an if else

nunomaduro commented 5 years ago

Thanks for your proposal. IMO the ternary approach makes the code less clear.