Ask HN: What's the most easy-to-learn framework?
21–30 of 33 posts
Re: Ask HN: What's the most easy-to-learn framework?
#22Re: Ask HN: What's the most easy-to-learn framework?
#23With that in mind, it seems to me that Django, RoR, etc. are all pretty much the same difficulty to learn. It essentially boils down to some Active Record component, a MVC model, and some funny sugar here and there.
Re: Ask HN: What's the most easy-to-learn framework?
#24Re: Ask HN: What's the most easy-to-learn framework?
#25if you know php already, codeigniter, imo. its the lightest-weight (edit: popular) framework and least restrictive. very bare-bones by default. plus, the docs are great. if you feel like subsequently moving to another php framework from there, the principles are very similar and the transition would be easy.
I really like this as well as Kohana. I have been using Kohana lately for php5 benefits
i'm coming at it from a perspective of getting this dude up and running quickly on something good, which i think is easier with CI.
Re: Ask HN: What's the most easy-to-learn framework?
#26Re: Ask HN: What's the most easy-to-learn framework?
#27There is no silver bullet. Blood, sweat and tears is what you need. I played with Django one night and then tried to repeat what I did the next day, but unguided. I failed, and gave up. I started playing with Rails and the same happened, but this time I snagged more training material and hit the books again. This time, it stuck. Personally, I have to hit the subject from several angles before it makes sense. Perhaps…
As for the sweat, you might want to invest in some deodorant, or perhaps turn up the air conditioning.
Re: Ask HN: What's the most easy-to-learn framework?
#28Re: Ask HN: What's the most easy-to-learn framework?
#29It is modeled after Cocoa development (Mac/iPhone apps).
If you already know Cocoa, that makes it very easy to learn since the architecture and concepts are all the same.
OTOH, if you don't know Cocoa, then there's a learning curve. In that respect, I suggest you follow others' advice and don't give up after a few days. Better yet, find a mentor for that framework, it will speed up the learning curve by a huge factor.
Re: Ask HN: What's the most easy-to-learn framework?
#30There is no silver bullet. Blood, sweat and tears is what you need. I played with Django one night and then tried to repeat what I did the next day, but unguided. I failed, and gave up. I started playing with Rails and the same happened, but this time I snagged more training material and hit the books again. This time, it stuck. Personally, I have to hit the subject from several angles before it makes sense. Perhaps…
Blood and tears are usually not required... I don't know of any frameworks that physically assault you, and generally I'm quite happy when I'm learning new things. As for the sweat, you might want to invest in some deodorant, or perhaps turn up the air conditioning.