Wednesday, April 15, 2020

Is ruby on rails hard?!?

Pam Rampadarat: Maybe it's because ruby is object-oriented, not like most of your previous languages.Most of how-to's are teaching how to scaffold, use a plugin and that stuff. It makes an illusion like all the things should be done with the plugins and using the scaffolding.A plugin is actually usual rails(ruby) code. In compact mode . So it's easier to publish and update it. Just take a look at some plugin source code. You can change it, overwrite it or whatever. It's nothing magical Conscept of DRY - You don't need to bang your head because of that. Just do your code. And if it's not DRY, then you can get it refactored later. Ruby on Rails isn't diffucult. It just takes time to get used to it....Show more

No comments:

Post a Comment