Manage New Post Logout Login

Learning by Hacking

Tag refactoring

« Back to blog

Don’t Cross the Beams: Avoiding Interference Between Horizontal and Vertical Refactorings

Choice pulls data from A and B

Choice1 isValid() {
  $data1 = $this->a->data1;
  $data2 = $this->a->data2;
  $data3 = $this->a->b->data3;
  $data4 = $this->a->b->data4;
  return ...some expression of data1-4...;
}
via threeriversinstitute.org

Tags
  • refactoring
  • programming
Upvote Upvoted 0
Tweet
Posted

Stefan Landrock

Browse the Archive »
Subscribe by email » We'll email you when there are new posts here.
You're following this blog. Unfollow »
Follow this Posthaven »
Enter your email address to get email alerts about new posts on this site. Unsubscribe anytime.
Email address is invalid.

Tags

  • webdesign 138
  • tutorial 63
  • javascript 47
  • html5 44
  • css3 42
  • programming 36
  • css 25
  • responsive 25
  • learning 23
  • jquery 22
  • See all 258 tags »