<?php

// open the db connection
...

PHP DRY switch

by htxt, June 10, 2009 10:16, 1 refactoring, tagged with php, dry, switch, wordpress

This is part of an events p...

13e1f55ad0de3139470536022839ed89 Talk
class String
  def dasherize
...

Ruby Hash#switchify

by Tj Holowaychuk, April 08, 2009 21:26, 3 refactorings, tagged with ruby, hash, switch

Whipped this up really quic...

F1e3ab214a976a39cfd713bc93deb10f Talk
var search = 'foo';
var key = null;
...

JavaScript Javascript Switch Statement

by 파이어준, March 16, 2009 06:00, 6 refactorings, tagged with javascript, case, switch

help me produce better code?

9e2c437fb89b21498e262788e45b20c8 Talk
public function setClass($class){
		switch($class){
			case "050":
...

PHP switch statement a good idea?

by cmcculloh, August 12, 2008 18:19, 5 refactorings, tagged with php, case, switch

I'm making a switch stateme...

298e0497aa6b76a573f17e6a2bb22dec Talk