Content deleted Content added
→Technology Review links: new section |
Tom.Reding (talk | contribs) m -redundant class param; cleanup |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1:
{{Talk header}}
{{
{{WikiProject
{{WikiProject Computing|importance=Low}}
{{WikiProject Computer science|importance=Mid}}
{{WikiProject Software|importance=Mid}}
}}
==Editing Model, Not Programming Model==
Line 24 ⟶ 27:
Here is a Java class that, when saved to the file WhichI.java, will compile and illustrate the point being made correctly.
<syntaxhighlight lang="text">
public class WhichI {
public static String i = "am canadian";
Line 34 ⟶ 37:
}
}
</syntaxhighlight>
I think that the none functioning example in the text should be replaced with this one.
|