Talk:Intentional programming: Difference between revisions

Content deleted Content added
Agashlin (talk | contribs)
m -redundant class param; cleanup
 
(4 intermediate revisions by 4 users not shown)
Line 1:
{{Talk header}}
{{oldafdfullOld XfD multi| date = 18 February 2015 (UTC) | result = '''no consensus''' | page = Intentional programming }}
 
{{WikiProject Computing}}banner shell|
{{WikiProject Computing|importance=Low}}
{{findsourcesnotice}}
{{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">
<code>
public class WhichI {
public static String i = "am canadian";
Line 34 ⟶ 37:
}
}
</syntaxhighlight>
</code>
 
I think that the none functioning example in the text should be replaced with this one.