Skip to content
rajarajan-g edited this page Apr 15, 2016 · 3 revisions

March-April

  • Try to understanding functional programming concepts.
  • Making some functional rules on java methods.

By end of the April

  • Try to define some examples for judgment of method weather it is a function or not.
  • For first version we are going to judge a given method is a function or not based on following basic rules
    1 Method which is having void as a return type.
    2 Method which is having I/O statements(Logging, System.err, System.out).

Clone this wiki locally