DISQUS

DISQUS Hello! CodingExperiments.Com is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

CodingExperiments.Com

CodingExperiments.com is a site where I can (obviously) experiment with various demonstrations of code.
Jump to original thread »
Author

My Idea: the Dual Tutorial

Started by Rishabh Mishra (possible248) · 1 year ago

Sometimes, there are two ways to do things. It’s great if a programmer knows how to write a specific block of code in both ways, and understand the advantages and disadvantages of doing so. Now, why not take web tutorials or technical books and have them teach two things at once? If it sounds a [...]



Share and Enjoy:
These icons ... Continue reading »

2 comments

  • As soon as you started talking about databases, I immediately thought about the two different ways to handle connections. You can do OO-style and procedural style (the difference between $dbc->query( $sql ); and mysqli_query( $dbc, $sql ); ). For some reason I thought of that instead of the differences between MySQL and PostgreSQL.
  • Well, any two things can fit into a dual tutorial, as long as both ways contain good programming practices. MySQL and PostgreSQL have just been on my mind lately.

Add New Comment

Returning? Login