22

I just saw the code of a guy who queries the database in the class construct *facepalm*

Comments
  • 1
    noice 😆😂😂
  • 3
    This is why the shame bell app was made. To stand behind colleagues who do mental shit like that
  • 0
    @NyxMC nop like:
    Class x() {
    public __construct(){
    //queries
    }
    //other functions
    }
Add Comment