User:Mwn3d: Difference between revisions

Content added Content deleted
m (→‎Coding Choices: I like NetBeans now)
Line 38: Line 38:
[[:Category:Sorting Algorithms|Sorting algorithm]]: [[Bubble Sort]] for arrays, [[Merge sort]] for other [[collections]], though really it's a question of dataset size
[[:Category:Sorting Algorithms|Sorting algorithm]]: [[Bubble Sort]] for arrays, [[Merge sort]] for other [[collections]], though really it's a question of dataset size


Editor: [[Eclipse]] for projects, notepad or equivalent for things I just want to try
Editor: NetBeans for projects ([[Eclipse]] is OK too), notepad or equivalent for things I just want to try


Braces for one-line [[Conditional Structures|conditionals]] and [[:Category:Iteration|loops]]: Not usually, but yes for a complex project, and the open brace is always on the same line as the conditional or loop
Braces for one-line [[Conditional Structures|conditionals]] and [[:Category:Iteration|loops]]: Not usually, but yes for a complex project, and the open brace is always on the same line as the conditional or loop