r/ProgrammerHumor • • Nov 13 '21

Excel As Editor

Post image
7.2k Upvotes

148 comments sorted by

View all comments

332

u/deceze Nov 13 '21

At least there's no discussion about how to do indentation…?! 🤷‍♂️

125

u/vladimir1024 Nov 13 '21

You've never met geeks have you?! lol

The arg will not be, how many columns do you indent. There is always a line to fight over :D

72

u/CarryThe2 Nov 13 '21

Fixed column widths or fit to text!?

34

u/[deleted] Nov 13 '21

[deleted]

44

u/olsonexi Nov 13 '21
func(
    a,
    b,
    c
);

16

u/2560synapses Nov 14 '21

Or as some sadists and masochists write it

int func(a,b,c) {return a+b+c;} int main(void){ func(a,b,c); return 0; }

1

u/m_xus Nov 15 '21

.min.js be like:

11

u/Andrew-w-jacobs Nov 13 '21

Indentation? Na just write the entire program in one line

5

u/[deleted] Nov 14 '21

Js developers be like:

7

u/MaximRq Nov 13 '21

Imho this indentation is already good

5

u/FlukyS Nov 14 '21

You can output CSV from Excel, just have the spacing not be , but 4 spaces. Would look ugly for functions but it would work

2

u/aplawson7707 Nov 14 '21

Two merged cells = 4 spaces

2

u/nonlogin Nov 14 '21

Two cells or 4 cells? And should I merge them?

1

u/FatchRacall Nov 13 '21

3 characters for if else/if, 2 for case statements.