Difference between revisions of "Java-mode"

From WikEmacs
Jump to navigation Jump to search
m
(Undo revision 2388 by Kindahero (talk))
Line 1: Line 1:
{{Infobox major-mode
+
I comment what I can't iteidmamely comprehend.Syntax highlighting gives me lots of cues so I can mentally parse a block of code much faster than if it were black and white.Thus, what needs a comment in black and white does not necessarily need a comment in TechniColor.While one should indeed comment business logic, one should also comment such that one's navigation of code is easy. Bear in mind that, as a Perl programmer, there can be a lot of meaning in just a few lines of my code.cheers,
|title = Emacs Lisp
 
|library = cc-mode
 
|command = java-mode
 
|builtin = yes
 
|auto activates = *.java
 
}}
 
 
 
'''java-mode''' comes with Emacs which provides very basic [[syntax highlighting]].
 
 
 
== Basic Setup ==
 
 
 
 
 
==See also ==
 
[[Java]]
 
 
 
 
 
[[Category:Java]]
 
[[Category:Programming languages]]
 

Revision as of 12:25, 22 June 2012

I comment what I can't iteidmamely comprehend.Syntax highlighting gives me lots of cues so I can mentally parse a block of code much faster than if it were black and white.Thus, what needs a comment in black and white does not necessarily need a comment in TechniColor.While one should indeed comment business logic, one should also comment such that one's navigation of code is easy. Bear in mind that, as a Perl programmer, there can be a lot of meaning in just a few lines of my code.cheers,