Ikinokore! Shachiku-chan

BCS

Dex-chan lover
Joined
Jan 31, 2018
Messages
6,761
My feels go to all the RL male equivalents of these girls.
 
Joined
Jan 27, 2018
Messages
12
...this is too close to my reality.....
And need to add this.
IF (conditional)
{

}
 
Power Uploader
Joined
Jan 18, 2018
Messages
443
I'd like if you dear readers would give me some input on this manga: http://www.easypolls.net/poll.html?p=5ae52d8be4b0f7307b178e22
 
Dex-chan lover
Joined
Jan 26, 2018
Messages
220
I like this manga, as IT engineer, I can relate many things,

Unreasonable sales and client, and their incomprehensible requests
Unreasonable superior and tasks
Would rather create a program equals to 2000 jobs to automate 1000 jobs

also....
Code:
if {
}

Everyone use
Code:
if
{
}
should die
 
Active member
Joined
Jan 20, 2018
Messages
106
@1412
spaces are inefficient, cut out the fat.
Code:
if condition{if condition{statement;}else{statement;}}

Joke aside I respect your opinion
but

Code:
if this.syntax == true then
{
    print('It is the the best syntax")
}
 
Dex-chan lover
Joined
Feb 5, 2018
Messages
733
I can see Docker and Jenkins there. Seems that they do CI/CD stuff at the company.
 

whh

Member
Joined
Jan 18, 2018
Messages
44
Code:
People are still debating about programming style even though the only correct one is
if (conditional) {
}
Ha, I'm joking, it's actually
if (conditional):
__statement
edit: indentation not working so well here :(
 
Active member
Joined
Jan 20, 2018
Messages
106
@whh

yeah, you would think that at least with the code block it'd allow you to put to indentation. Instead it just gives it this ugly highlight.
 
Dex-chan lover
Joined
Jan 26, 2018
Messages
220
@JohnnyC
Haha, of course, I am also joking, I respect people opinions too,
btw I prefer one-liner like this
Code:
(condition)? (do-something):(do-other)
 
Group Leader
Joined
Jan 28, 2018
Messages
66
I work as an IT company slave too and there's no such thing as "happy feeling to see a system completed".
That just means extra workload since someone will have to maintain that system while developing new ones. It goes on and on until you hate your life or you get a new job at different IT company. And then the cycle repeats...
 

Users who are viewing this thread

Top