User:Mwn3d: Difference between revisions

m
→‎Coding Choices: I like NetBeans now
m (→‎Coding Choices: I like NetBeans now)
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
 
Editor: NetBeans for projects ([[Eclipse]] foris projectsOK 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
Anonymous user