Skip to content

Commit

Permalink
GROK LINK REMOVED
Browse files Browse the repository at this point in the history
Issue: Introduction to Frameworks: Grok framework Link is broken #26984

File: shared/the_back_end/introduction_to_frameworks.md
  • Loading branch information
Chandan K P committed Dec 27, 2023
1 parent 6331001 commit d8dbe0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/the_back_end/introduction_to_frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Programmers, the best of whom are pretty lazy folk (in a good way), got tired of

In addition to preventing repetition, frameworks provide great organization. They tend to force you to organize your files and code in a way that keeps it highly modular and really clean. When you start a new app with any framework, you're given dozens of folders already organized in a hierarchy which makes sense and follows good practice such as Model-View-Controller (MVC) separation principles. It's not quite "color-by-numbers" for code, but it certainly keeps things ordered.

There are often several different popular frameworks for a given language. They can have exciting names like [Ember](http://emberjs.com/), [Meteor](http://www.meteor.com/), [Django](https://www.djangoproject.com/), [Rails](http://rubyonrails.org/), [Grok](http://grok.zope.org/), etc. Wikipedia has a [comprehensive comparison of frameworks](http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks) that should give you an appreciation of the number of them. For Ruby alone, though Rails is the most popular, there are also [Sinatra](http://www.sinatrarb.com/) and [Padrino](http://www.padrinorb.com/) and more.
There are often several different popular frameworks for a given language. They can have exciting names like [Ember](http://emberjs.com/), [Meteor](http://www.meteor.com/), [Django](https://www.djangoproject.com/), [Rails](http://rubyonrails.org/), etc. Wikipedia has a [comprehensive comparison of frameworks](http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks) that should give you an appreciation of the number of them. For Ruby alone, though Rails is the most popular, there are also [Sinatra](http://www.sinatrarb.com/) and [Padrino](http://www.padrinorb.com/) and more.

### Lesson overview

Expand Down

0 comments on commit d8dbe0f

Please sign in to comment.