Skip to content

Instantly share code, notes, and snippets.

View Elrhino's full-sized avatar

Renaud Lainé Elrhino

View GitHub Profile
@makmanalp
makmanalp / comparison.md
Last active March 14, 2023 14:58
Angular vs Backbone vs React vs Ember notes

Note: these are pretty rough notes I made for my team on the fly as I was reading through some pages. Some could be mildly inaccurate but hopefully not terribly so. I might resort to convenient fiction & simplification sometimes.

My top contenders, mostly based on popularity / community etc:

  • Angular
  • Backbone
  • React
  • Ember

Mostly about MVC (or derivatives, MVP / MVVM).

@christiangoudreau
christiangoudreau / gist:1154267
Created August 18, 2011 15:10
Jukito test example
/**
* Test class for {@link CommentListPresenter}.
*
* @author Christian Goudreau
*/
@RunWith(JukitoRunner.class)
public class CommentListPresenterTest extends PresenterWidgetTestBase {
/**
* Guice test module.
*/