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

KPicart-HW4 #18

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

KPicart-HW4 #18

wants to merge 1 commit into from

Conversation

krishnaC4
Copy link

No description provided.

@synthesize done = _done;


-(id)initWithName:(NSString *)name done:(BOOL)done {

Choose a reason for hiding this comment

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

Like the custom initializer method. :D

@tannerwelsh
Copy link

Overall, nice work @krishnapicart. Your code is clear, generally expressive, and well organized. Looks like you went beyond the scope of the homework too, glad to see that you were able to get creative with it. 😄

Some thoughts:

  • Nice job separating concerns and organizing your code. 👍
  • In the future, avoid committing unused files (e.g. xTableViewController.h)
  • If you make commits as you go, it helps show the progress of your thinking and provides good fallback points in case you need to change something. More small commits > a few big commits.
  • Consider using delegation to send messages from the edit view back to the index view. This seems to be the accepted way to send messages between two view controllers (although maybe @mikekavouras has some better insight here).
  • Try to avoid committing too much extra whitespace (2 blank lines or more is usually too much) and any unused (incl. commented-out) code. Since this is just "noise", it only clutters up your files.

@krishnaC4
Copy link
Author

Hey T- thx for the smackDown!

 

lol-- the work is based off a video tutorial series i found
when I felt a need to expand off the base concepts of the homework. 

 

  1. The intermediate embed In nav controller is used as a way to
    get a nav controller bar into the "add item" table VC, so I could use
    a title and some bar buttons.

 

  1. The index naming convention is what the app will be: a full
    index of all the iOS Objects and definitions, i'm hoping Apple has an API for
    that.

 

Your review was helpful and I will be implementing your
suggestions.

Hey T- thx for the smackDown! lol-- the work is based off a video tutorial series i found
when I felt a need to expand off the base concepts of the homework.   The intermediate embed In nav controller is used as a way to
get a nav controller bar into the "add item" table VC, so I could use
a title and some bar buttons. The index naming convention is what the app will be: a full
index of all the iOS Objects and definitions, i'm hoping Apple has an API for
that. 

Your review was helpful and I will be implementing your
suggestions.

-------- Original Message --------
Subject: Re: [unit-1-hw-week-4] KPicart-HW4 (#18)
From: Tanner Welsh [email protected]
Date: Mon, August 17, 2015 4:39 pm
To: accesscode-2-2/unit-1-hw-week-4
[email protected]
Cc: Krishna [email protected]

Overall, nice work @krishnapicart. Your code is clear, generally expressive, and well organized. Looks like you went beyond the scope of the homework too, glad to see that you were able to get creative with it. Some thoughts: Nice job separating concerns and organizing your code. In the future, avoid committing unused files (e.g. xTableViewController.h) If you make commits as you go, it helps show the progress of your thinking and provides good fallback points in case you need to change something. More small commits > a few big commits. Consider using delegation to send messages from the edit view back to the index view. This seems to be the accepted way to send messages between two view controllers (although maybe @mikekavouras has some better insight here). Try to avoid committing too much extra whitespace (2 blank lines or more is usually too much) and any unused (incl. commented-out) code. Since this is just "noise", it only clutters up your files. —Reply to this email directly or view it on GitHub.

@tannerwelsh
Copy link

Haha, no, not a smackdown. Constructive criticism! At least, that's how I intended, hope it came off that way. You're off to good start!

@krishnaC4
Copy link
Author

thx  TYour comments were really well received, i jst can't resist a good joke...and The "smackDown" piece was TOO good 2 pass up.  i'll try to refrain from such deviations in the future.catch u later!krishna 

-------- Original Message --------
Subject: Re: [unit-1-hw-week-4] KPicart-HW4 (#18)
From: Tanner Welsh [email protected]
Date: Tue, August 18, 2015 8:22 am
To: accesscode-2-2/unit-1-hw-week-4
[email protected]
Cc: Krishna [email protected]

Haha, no, not a smackdown. Constructive criticism! At least, that's how I intended, hope it came off that way. You're off to good start! —Reply to this email directly or view it on GitHub.

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