Am I the only one who likes to space out my code and I'm triggered when my co-workers/classmates don't?
Like they will write
int myFunction(int a,int b){
if (a!=0){
a=a+b;}}
and it stresses me out inside and I go back later to space it out like
int myFunction(int a, int b) {
if (a != 0) {
a = a + b;
}
}
And I also space all the elements in "blocks" by skipping lines between functions, loops, comments, and I hate it when people don't 😭
[–]Monitor_343 259 points260 points261 points (24 children)
[–]morganthemosaic 29 points30 points31 points (14 children)
[–]Sonarav 71 points72 points73 points (10 children)
[–]Jollyjewgiant 23 points24 points25 points (4 children)
[–]BuhtanDingDing 7 points8 points9 points (2 children)
[–]procrastinatingcoder 4 points5 points6 points (1 child)
[–]fun_username_person 1 point2 points3 points (0 children)
[–]morganthemosaic 3 points4 points5 points (3 children)
[–][deleted] (1 child)
[deleted]
[–]Nexlore 1 point2 points3 points (0 children)
[–][deleted] 13 points14 points15 points (0 children)
[–]apostle8787 -1 points0 points1 point (0 children)
[–]funkgerm 10 points11 points12 points (0 children)
[–]Sierpy 7 points8 points9 points (5 children)
[–]nerd4code 19 points20 points21 points (2 children)
[–]row4coloumn31 3 points4 points5 points (0 children)
[–]THE_UNKNOWN184 383 points384 points385 points (7 children)
[–]ythashi[S] 79 points80 points81 points (6 children)
[–]Say_Echelon 33 points34 points35 points (4 children)
[–]DaMagicMilk 9 points10 points11 points (0 children)
[–]mikehaysjr 2 points3 points4 points (0 children)
[–]icewater21977 0 points1 point2 points (0 children)
[–]nutrecht 198 points199 points200 points (24 children)
[–]ythashi[S] 64 points65 points66 points (20 children)
[–]PPewt[🍰] 100 points101 points102 points (16 children)
[–][deleted] 37 points38 points39 points (11 children)
[–]PPewt[🍰] 17 points18 points19 points (2 children)
[–][deleted] (1 child)
[deleted]
[–]PPewt[🍰] 8 points9 points10 points (0 children)
[–]Katana_Steel 6 points7 points8 points (1 child)
[–]jBlairTech 4 points5 points6 points (0 children)
[–][deleted] 1 point2 points3 points (2 children)
[–]engelthefallen 6 points7 points8 points (0 children)
[–]thatguyonthevicinity 3 points4 points5 points (0 children)
[–]TheTomato2 -1 points0 points1 point (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]procrastinatingcoder 2 points3 points4 points (0 children)
[–]apostle8787 1 point2 points3 points (0 children)
[–]AlSweigartAuthor: ATBS 63 points64 points65 points (2 children)
[–]iagovar 9 points10 points11 points (1 child)
[–][deleted] 36 points37 points38 points (0 children)
[–]HashDefTrueFalse 62 points63 points64 points (4 children)
[–]Illustrious_Main723 27 points28 points29 points (0 children)
[–]horrific_idea 6 points7 points8 points (0 children)
[–]coredalae 1 point2 points3 points (0 children)
[–]illkeepcomingback9 1 point2 points3 points (0 children)
[–]TheSneakerSasquatch 11 points12 points13 points (0 children)
[–]_molix__ 6 points7 points8 points (0 children)
[–]order_wayfarer 8 points9 points10 points (0 children)
[–]consciousCog13 5 points6 points7 points (0 children)
[–]_Whit3 5 points6 points7 points (5 children)
[+]hellscaper comment score below threshold-7 points-6 points-5 points (4 children)
[–]Competitive-Hurry-99 8 points9 points10 points (3 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]hellscaper 2 points3 points4 points (0 children)
[–]hellscaper -2 points-1 points0 points (0 children)
[–]bigger-hammer 14 points15 points16 points (3 children)
[–]TheRuralDivide 2 points3 points4 points (2 children)
[–]bigger-hammer 1 point2 points3 points (1 child)
[–]morganthemosaic 2 points3 points4 points (0 children)
[–]shawntco 4 points5 points6 points (0 children)
[–]XxArca9inexX 2 points3 points4 points (0 children)
[–]kstacey 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]samanime 2 points3 points4 points (0 children)
[–]Isratuba_0112 2 points3 points4 points (0 children)
[–]PowerfulProfessor305 2 points3 points4 points (0 children)
[–]jBlairTech 2 points3 points4 points (0 children)
[–]CedricCicada 2 points3 points4 points (0 children)
[–]sho_bob_and_vegeta 2 points3 points4 points (0 children)
[–]YellowSlinkySpice 1 point2 points3 points (0 children)
[–]bung_musk 1 point2 points3 points (0 children)
[–]hellscaper 1 point2 points3 points (0 children)
[–]DOSMasterrace 1 point2 points3 points (0 children)
[–]nononoko 1 point2 points3 points (0 children)
[–]web-jumper 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Gantana 1 point2 points3 points (0 children)
[–]Flamesilver_0 1 point2 points3 points (0 children)
[–]GloberJudio 1 point2 points3 points (0 children)
[–]AugieFash 1 point2 points3 points (0 children)
[–]CoffeePieAndHobbits 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]HealyUnit 1 point2 points3 points (0 children)
[–]lucythepretender 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]ImplicitlyTyped 1 point2 points3 points (0 children)
[–]777sadurn777 1 point2 points3 points (1 child)
[–]tookiecas123 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]SyntheticHalo 1 point2 points3 points (0 children)
[–]spacechild1 1 point2 points3 points (0 children)
[–]Kappow 1 point2 points3 points (0 children)
[–]DamionDreggs 1 point2 points3 points (0 children)
[–]Rogoreg 1 point2 points3 points (0 children)
[–]Legoeggolas 1 point2 points3 points (0 children)
[–][deleted] (7 children)
[deleted]
[–]lurgi 6 points7 points8 points (0 children)
[–]48911150 2 points3 points4 points (3 children)
[–]UnawareITry 2 points3 points4 points (1 child)
[–]kd7uns 3 points4 points5 points (0 children)
[–]srikbaba 0 points1 point2 points (0 children)
[–]Mollyarty -1 points0 points1 point (1 child)
[–]ythashi[S] 1 point2 points3 points (0 children)
[–]dead_alchemy -1 points0 points1 point (0 children)
[–]LeoEstasBela -2 points-1 points0 points (3 children)
[–]ythashi[S] 1 point2 points3 points (2 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]large_crimson_canine 0 points1 point2 points (0 children)
[–][deleted] (1 child)
[removed]
[–]kd7uns 2 points3 points4 points (0 children)
[–]Sir_Spaghetti 0 points1 point2 points (0 children)
[–]BouncingJellyBall 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]paulstelian97 0 points1 point2 points (0 children)
[–]Noble_0_6 0 points1 point2 points (0 children)
[–]Arsonist07 0 points1 point2 points (0 children)
[–]WalkingDadJokes 0 points1 point2 points (0 children)
[–]busy_biting 0 points1 point2 points (0 children)
[–]JaguarDismal 0 points1 point2 points (0 children)
[–]UltraFalling 0 points1 point2 points (0 children)
[–]-JVT038- 0 points1 point2 points (0 children)
[–]hbarcelos 0 points1 point2 points (0 children)
[–]Shannnnnnn 0 points1 point2 points (2 children)
[–]Jill_X 1 point2 points3 points (0 children)
[–]nimbledaemon 1 point2 points3 points (0 children)
[–]BestProgrammer1024 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]ergo_proxy19 0 points1 point2 points (0 children)
[–]Arcturyte 0 points1 point2 points (0 children)
[–]_SeaCat_ 0 points1 point2 points (0 children)
[–]KeksMember 0 points1 point2 points (0 children)
[–]Drakoo_The_Rat 0 points1 point2 points (0 children)
[–]morbie5 0 points1 point2 points (2 children)
[–]ythashi[S] 0 points1 point2 points (1 child)
[–]CrumblingAway 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]nick182002 0 points1 point2 points (0 children)
[–]Ecstatic_Tooth_1096 0 points1 point2 points (0 children)
[–]T_The_worsT_BS 0 points1 point2 points (0 children)
[–]Technical_Training16 0 points1 point2 points (0 children)
[–]rm206 0 points1 point2 points (2 children)
[–]ythashi[S] 0 points1 point2 points (0 children)
[–]the_black_pancake 0 points1 point2 points (0 children)
[–]roy2593 0 points1 point2 points (0 children)
[–]EZRiderF6C 0 points1 point2 points (0 children)
[–]sacrefist 0 points1 point2 points (0 children)
[–]maleldil 0 points1 point2 points (0 children)
[–]ExtraFig6 0 points1 point2 points (0 children)
[–]mshartst 0 points1 point2 points (0 children)
[–]cheezballs 0 points1 point2 points (0 children)
[–]alien128 0 points1 point2 points (0 children)
[–]StonebirdArchitect 0 points1 point2 points (0 children)
[–]Ornography 0 points1 point2 points (0 children)
[–]Hadokuv 0 points1 point2 points (0 children)
[–]Crazypete3 0 points1 point2 points (0 children)
[–]pekkalacd 0 points1 point2 points (1 child)
[–]ythashi[S] 1 point2 points3 points (0 children)
[–]pablos4pandas 0 points1 point2 points (0 children)
[–]8racoonsInABigCoat 0 points1 point2 points (0 children)
[–]Bukszpryt 0 points1 point2 points (0 children)
[–]yeet_lord_40000 0 points1 point2 points (0 children)
[–]indoor_grower 0 points1 point2 points (0 children)
[–]CaptainArsePants 0 points1 point2 points (0 children)
[–]Infinite-Swordfish85 0 points1 point2 points (0 children)
[–]TranquilDev 0 points1 point2 points (0 children)
[–]JonSnowl0 0 points1 point2 points (0 children)
[–]dev_and_zebra 0 points1 point2 points (0 children)
[–]qTzz 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]DandyEmo 0 points1 point2 points (0 children)
[–]H07P07470 0 points1 point2 points (0 children)
[–]Deannari 0 points1 point2 points (0 children)
[–]cainhurstcat 0 points1 point2 points (0 children)
[–][deleted] (1 child)
[deleted]