The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Strings: De Java A Ruby

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Edgar Gonzalez

Posts: 560
Nickname: egg
Registered: Feb, 2006

Edgar Gonzalez is Chief Technology Officer for VALHALLA project
Strings: De Java A Ruby Posted: Aug 11, 2006 8:20 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Edgar Gonzalez.
Original Post: Strings: De Java A Ruby
Feed Title: La Cara Oscura del Desarrollo de Software
Feed URL: http://www.lacaraoscura.com/feed/
Feed Description: Our experiences day after day about software development: programming languages, standards, design patterns, tools and tips. (blog in spanish)
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Edgar Gonzalez
Latest Posts From La Cara Oscura del Desarrollo de Software

Advertisement
Robert dice que usar StringBuffer puede ser un overkill en Java, y que cosas como estas no se deben hacer: StringBuffer buffer = new StringBuffer(); buffer.append("SELECT COL_A, COL_B, COL_C, COL_D, COL_E"); buffer.append(" FROM TABLA_A"); buffer.append(" WHERE COL_A> ?"); String sql = buffer.toString(); Tiendo a estar de acuerdo con el planteamiento de Robert, y al final quedaría algo así como esto: class [...]

Read: Strings: De Java A Ruby

Topic: Freeze Rails Previous Topic   Next Topic Topic: Ruby until something better comes along

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use