TODO

From CompSciWiki
Jump to: navigation, search

Mike's wiki TODO

  • add content on +=, *=, etc. provide examples
  • Elaborate ++ and -- material: add more examples up-front, remove ++x material? examples like x = x++. waaaay too involved.
  • redo tables on &&, || to be more readable? - visible borders? done. -- content still needs work, tables on relational operator page?
  • add pictures on Input/Output_using_JOptionPane where it says "ADD PICTURES"
    • Attempted first rewrite of page, needs more (esp. last paragraph)
    • Unorphan page Confirm_Dialog -- comes before if statements, but maybe is an interesting appendix??
  • add more expository material on while loops, including more examples
  • add more material on Scanner Class
    • more material on hasNext, etc.
    • split article into two: 1. basic uses. 2. uses with loops.
  • add more material on do while loops. alternately, remove them altogether
    • unrolling do-while loops
  • add material on floating-point issues, like (18.23 * 100 != 1823), etc.
  • directly incorporate material on compile time errors and runtime errors into wiki:
  • capture output in textpad, how to copy/paste in DOS window.
  • move link for noclassdef to local instructions - directly incorporated local instructions.
  • write up how to modify path variable (no javac.exe found).
  • (by request): more information on JOptionPane options
  • optional material on switch statements.
  • page on submitting with nTP? common errors, don't use safari/chrome, etc.?
  • all 3000- and 4000-level courses.
  • || and && common errors:
    1. 0 <= myGrade <= 100
    2. userChoice == ( 'X' || 'Y')
  • "I have been sifting through the information on the online text provided and came across the section on arrays of strings. I just want to point out that it is confusing and irritating ... It wasted my time."
  • indents