Codeah

Results 5 comments of Codeah

No, I do not

@YashasSamaga The main reason I suggested this was due to readability issues with big SQL queries. ```SQL new Cache:cache = mysql_query(MySQL, "SELECT " \ "groups.name, " \ "groups.points " \...

@YashasSamaga ``` new const str[] = "SELECT " "groups.name," "groups.points " "FROM " "groups INNER JOIN user_groups ON groups.id = user_groups.group_id " "WHERE user_groups.user_id = 1;"; ``` Notice how this...

The balloon is supposed to represent events, such as birthday parties for example. This is my attempt at the vector version : ![svg logo](https://svgur.com/i/8mM.svg)

@pantharshit00 Despite our suggestions being very similar, I still believe the method I had suggested is better. Instead of having to remember to exclude certain fields every single time we...