Programming Comparisons

PUT vs POST
  • PUT: In the REST architecture, PUT means update or create an existing data model.
  • POST: In the REST architecture, POST means to create a new data model.
  • (0 more points...)
Single Quotes('') vs Double Quotes("")
  • Single Quotes(''): Single quotes are usually slightly more efficient because they won't search the string for variables to interpolate
  • Double Quotes(""): Double quotes are slightly less efficient because they have to search the string for variables to interpolate
  • (4 more points...)
pat vs feng
Flash vs Silverlight
Forward Slash vs Backslash
  • Forward Slash: The slash is used in many chat rooms and in game chat clients to to "escape" actions, e.g. /join, /taunt.
  • Backslash: The backslash is often used as an "escape character" meaning that the character(s) immediately following it should be treated in a special way.
  • (7 more points...)
Lisp vs C++
Visual Studio 2005 vs Eclipse
KDE vs Gnome