Praveen Perera

Joined

20 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in My Development Environment Discussion

I set up iTerm and Oh My ZSH just as in the video and everything works fine except when I first start iTerm my username starts out red, however it will turn to green if I type any command, ie: cd. Any ideas why?

Posted in Refactoring Controller Methods Discussion

Why not move the logic in the default_response to the model. That way you could name what each part does and make the code more readable?