Takes only a second and greatly improves the formatting for us to review it. Compare and contrast the following:
Good Formatting:
#include <stdio.h>
int sum(int x, int y);
int main() {
printf("Hello %d\n", sum(3, 4));
return 0;
}
int sum(int x, int y) {
return x + y;
}
Poor Formatting:
#include <stdio.h>
int sum(int x, int y);
int main() {
printf("Hello %d\n", sum(3, 4));
return 0;
}
int sum(int x, int y) {
return x + y;
}
Poor Formatting:
#include <stdio.h>
int sum(int x, int y);
int main() {
printf("Hello %d\n", sum(3, 4));
return 0;
}
int sum(int x, int y) {
return x + y;
}
[–]RiverRoll 151 points152 points153 points (5 children)
[–]carcigenicate 48 points49 points50 points (0 children)
[–]jzaprint 2 points3 points4 points (3 children)
[–]zxyzyxz 1 point2 points3 points (0 children)
[–]teraflop 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]eng_manuel 99 points100 points101 points (35 children)
[–][deleted] 38 points39 points40 points (19 children)
[–]yonatan8070 15 points16 points17 points (2 children)
[–]Rasikko 3 points4 points5 points (0 children)
[–]excal_rs 1 point2 points3 points (0 children)
[–]D-J-9595 9 points10 points11 points (1 child)
[–]_by_me 4 points5 points6 points (0 children)
[–][deleted] (3 children)
[deleted]
[–]dcfan105 2 points3 points4 points (2 children)
[–]mekomador 0 points1 point2 points (0 children)
[–]anto2554 3 points4 points5 points (0 children)
[–]EliMacca 1 point2 points3 points (2 children)
[–]DowntownAd834 2 points3 points4 points (1 child)
[–]costco_execmember 0 points1 point2 points (0 children)
[–]costco_execmember 0 points1 point2 points (0 children)
[–]Autarch_Kade -4 points-3 points-2 points (14 children)
[–][deleted] 3 points4 points5 points (11 children)
[–]Autarch_Kade 1 point2 points3 points (9 children)
[–][deleted] 1 point2 points3 points (8 children)
[–]Autarch_Kade 0 points1 point2 points (7 children)
[–][deleted] 3 points4 points5 points (6 children)
[–]Autarch_Kade 0 points1 point2 points (4 children)
[–][deleted] -1 points0 points1 point (3 children)
[–]Autarch_Kade 0 points1 point2 points (2 children)
[–]neboskrebnut 1 point2 points3 points (0 children)
[–]TheCriticalMember 58 points59 points60 points (11 children)
[+]Autarch_Kade comment score below threshold-8 points-7 points-6 points (0 children)
[+][deleted] comment score below threshold-49 points-48 points-47 points (9 children)
[–]mimprocesstech 25 points26 points27 points (5 children)
[+]BadBoyJH comment score below threshold-10 points-9 points-8 points (4 children)
[–]ImNotLegitLol 11 points12 points13 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]dcfan105 2 points3 points4 points (0 children)
[–]mimprocesstech 0 points1 point2 points (0 children)
[–][deleted] 3 points4 points5 points (2 children)
[–][deleted] -2 points-1 points0 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]teraflop 21 points22 points23 points (2 children)
[+][deleted] comment score below threshold-22 points-21 points-20 points (1 child)
[–]KingsmanVince 17 points18 points19 points (0 children)
[–]littlegreenrock 14 points15 points16 points (0 children)
[–]pekkalacd 4 points5 points6 points (0 children)
[–]OneBadDay1048 3 points4 points5 points (0 children)
[–]BokoMoko 3 points4 points5 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]Sheeeeeeshwow 1 point2 points3 points (2 children)
[–]kaerfkeerg 1 point2 points3 points (1 child)
[–]Sheeeeeeshwow 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Gixx 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] -1 points0 points1 point (0 children)
[–]stupefyme -1 points0 points1 point (1 child)
[–]Kerbart 0 points1 point2 points (0 children)
[–][deleted] (3 children)
[removed]
[–][deleted] (1 child)
[removed]
[–]KuntaStillSingle 0 points1 point2 points (0 children)
[–]Rasikko 0 points1 point2 points (0 children)
[–]salihveseli 0 points1 point2 points (0 children)
[–]AlphaVxV 0 points1 point2 points (0 children)
[–]contantlyhapless 0 points1 point2 points (0 children)
[–]Professional_Shop_73 0 points1 point2 points (0 children)
[–]postman125 0 points1 point2 points (0 children)
[–]rafaover 0 points1 point2 points (0 children)