• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

EvenOrOdd

 
Ranch Hand
Posts: 169
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yesterday afternoon (CET) I submitted EvenOrOdd for the first time. After I had spent so much time on correcting not only mistakes in Hundred b but also on rendering very confusing ideas of mine. Does everybody manage to make the assignments more complicated than they are ?
Anyhow, I have the feeling that EvenOrOdd is a lot simpler, or is it because I have learnt to see the problem clearer ?
Well, what do you think ? Have you had the same problems, or having then right now ?
Bye, and a happy Easter or what ever your having !
Stuart
 
Ranch Hand
Posts: 301
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you pointed out the key, which is learning hew concepts. When you begin, these new concepts are very confusing so that even the simplest tasks seem complicated and frustrating. As you get a better handle on the concepts, the projects seem easier or are difficult in less frustrating ways.
As an experienced programmer I was practically distraught that it took me 7 or 8 tries to get 1B approved. I figured at that rate it would take forever to finish the CattleDrive! But once I got a handle on the style guide and the concepts started making sense, the assignments don't seem so intimidating anymore. Even the infamous 'Say'(A) only took two attempts! Stick with it!
Joel
 
Ranch Hand
Posts: 351
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was in your boat just a few weeks ago, and I'm not sure I've left it completely. Learning the correct style is challenging. At the same time you are trying to learn the JDK. That's a lot to deal with and some of it isn't intuitive!
I'm on Leap and have written beta code for Say and Times. It does get easier after the first couple because you won't be fighting the style guide.
Mike
 
Stuart Goss
Ranch Hand
Posts: 169
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was suprised to see that I got EvenOrOdd through on the first go...
Now I must be careful not to think the next one is so "easy"...
Stuart
 
reply
    Bookmark Topic Watch Topic
  • New Topic