Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Topic 4 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

update Topic 4 #2

wants to merge 1 commit into from

Conversation

melinaurruchua
Copy link
Owner

No description provided.

@melinaurruchua melinaurruchua self-assigned this Jan 28, 2015
public String showProducts() {
String products=new String();
for (Item i: items){
products=products+i.getName()+" ";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cuando se concatenan Strings en un loop es recomendable usar StringBuilder y no concatenar strings.
Aca hay una explicación mas o menos sencilla de la razón: http://stackoverflow.com/a/5234160

@manuelcorralesglb
Copy link

Falta los tests. La idea era hacer TDD, para lo cual habia que escribir primero los tests y luego la funcionalidad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants