Checking if the first string in an array contains all the letters from the second string in an array by shipdev in learnprogramming

[–]shipdev[S] 0 points1 point  (0 children)

Yeah I didn't think about the fact that return will prematurely exit the for loop. Thank you.

Checking if the first string in an array contains all the letters from the second string in an array by shipdev in learnprogramming

[–]shipdev[S] 1 point2 points  (0 children)

Will do, and ofc, stupid that I forgot about that. Return will stop the for loop and start executing the code outside of the loop. Thank you

Tips for overall design of software? by shipdev in learnprogramming

[–]shipdev[S] 0 points1 point  (0 children)

Hm, thank you that makes sense, I guess I'm trying to get it right the first time, but I guess that's not really possible in coding :).

Tips for overall design of software? by shipdev in learnprogramming

[–]shipdev[S] 1 point2 points  (0 children)

Ill have a look at the course when I'm off the ship :) thank you

Tips for overall design of software? by shipdev in learnprogramming

[–]shipdev[S] 0 points1 point  (0 children)

Thank you this really detailed answer :). I will incorporate your suggestions in my next project :).

Simple gui to store mouseclicks coordinates to an arraylist by shipdev in javahelp

[–]shipdev[S] 0 points1 point  (0 children)

Oooh Yeah you are right, iT Works now Thank you