"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
Wouter Oet wrote:And please post an sscce when posting code. This code doesn't compile due to multiple errors.
Martin Jansen wrote:- In your DotCom class you have a method setLocationCells with a ArrayList<String> argument but in your calling class SimpleDotComGame you give as argument an Int Array.
- In linenumber 10 of class SimpleDotComGame you try to make an instance of class SimpleDotCom but you named it DotCom.
I hope this information helps you to make your program work
Otto Hoel wrote:It recommends using Netbeans instead of Notepad.
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors
fred rosenberger wrote:
Otto Hoel wrote:It recommends using Netbeans instead of Notepad.
That, to me, is a reason all by itself to NOT recommend the Sam's book.
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors
Howdy to you too, and welcome to the RanchJune Ogterop wrote:Howdy all . . .
I certainly freaked out when I was just starting. It didn't simply appear difficult, it was difficult.I am trying not to freak out at how difficult it appears, . . .
Campbell Ritchie wrote:
Howdy to you too, and welcome to the RanchJune Ogterop wrote:Howdy all . . .
I certainly freaked out when I was just starting. It didn't simply appear difficult, it was difficult.I am trying not to freak out at how difficult it appears, . . .
Have you got a link to those Stanford Tutorials, please; that might be useful for everybody else.
When you have exhausted all possibilities, remember this: you haven't - Edison. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|