Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

FINAL #351

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

FINAL #351

wants to merge 2 commits into from

Conversation

jffDev
Copy link

@jffDev jffDev commented Nov 10, 2012

No description provided.

int j = 0;
for(int i = 0; i < 100; i++){
if(![[self.DNA objectAtIndex:i] isEqual:[cell.DNA objectAtIndex:i]] ){
j +=1;

Choose a reason for hiding this comment

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

Почему бы не использовать простой инкремент: j++

Copy link
Author

Choose a reason for hiding this comment

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

Ну разве что с эстетической точки зрения =)

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

Successfully merging this pull request may close these issues.

None yet

3 participants