Ikinokore! Shachiku-chan

My feels go to all the RL male equivalents of these girls.
 
...this is too close to my reality.....
And need to add this.
IF (conditional)
{

}
 
I'd like if you dear readers would give me some input on this manga: http://www.easypolls.net/poll.html?p=5ae52d8be4b0f7307b178e22
 
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
 
@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")
}
 
I can see Docker and Jenkins there. Seems that they do CI/CD stuff at the company.
 
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 :(
 
@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.
 
@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)
 
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

Back
Top