Posted By


berndschiffer on 08/07/09

Tagged


Statistics


Viewed 493 times
Favorited by 0 user(s)

Annahme über Methodenimplementierung


/ Published in: Groovy
Save to your folder(s)



Copy this code and paste it in your HTML
  1. def tueA() { tue('a') }
  2. def tueB() { tue('b') }
  3. def tueC() { tue('c') }
  4.  
  5. def tue(was) {
  6. println was
  7. sleep(100)
  8. }

URL: http://berndschiffer.blogspot.com/2009/08/beispiel-fur-refactoring-von-beispiel.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.