Menu

#11 Wrong name of setters for <select> tags

Main_team
open
nobody
None
2
2016-03-22
2016-03-22
No

The name of the setters for select tags is wrong. Getters are good.

For example, the getter is getCurrentBalance() but the setter is setcurrent_balance().

Discussion

  • Vladimir Alarcon

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,3 @@
     The name of the setters for <select> tags is wrong. Getters are good.
    
    -For example, the getter is "getCurrentBalance()" but the setter is "setcurrent_balance()".
    +For example, the getter is **getCurrentBalance()** but the setter is **setcurrent_balance()**.
    
     
  • Vladimir Alarcon

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,3 @@
     The name of the setters for <select> tags is wrong. Getters are good.
    
    -For example, the getter is **getCurrentBalance()** but the setter is **setcurrent_balance()**.
    +For example, the getter is **getCurrentBalance** but the setter is **setcurrent_balance**.
    
     
  • Vladimir Alarcon

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,3 @@
    -The name of the setters for <select> tags is wrong. Getters are good.
    +The name of the setters for select tags is wrong. Getters are good.
    
     For example, the getter is **getCurrentBalance** but the setter is **setcurrent_balance**.
    
     
  • Vladimir Alarcon

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,3 @@
     The name of the setters for select tags is wrong. Getters are good.
    
    -For example, the getter is **getCurrentBalance** but the setter is **setcurrent_balance**.
    +For example, the getter is **getCurrentBalance()** but the setter is **setcurrent_balance()**.
    
     

Log in to post a comment.