Very stupid person here

Very stupid person here
What does a coder/programmer actually do?
Like you sit in an office and write code, but whats the purpose of the code? Do you just make websites, applications and do random calculation shit?

Attached: 218 (1).jpg (976x850, 61.9K)

Other urls found in this thread:

youtube.com/watch?v=dOea3EVQono
twitter.com/SFWRedditVideos

I kneel

ur a lesbian??

今フランドールとのセックス
>ur a lesbian??
y-y-esh... >///<
youtube.com/watch?v=dOea3EVQono
めちゃカワイイ!!

Attached: gov3qrc9fj062ht.jpg (1092x1500, 442.12K)

Well it depends where you work...

Give some examples of things that are done i might not know about

You code features, sometimes big projects from scratch if you are good, but mostly features, revisions, fixing bugs, odd tickets, etc.

some developments are with your team, some you can do on your own

when theres nothing you sit around meetings and not do much

you write good and fast code that works and can be scaled up
is that feature useful or necessary? this is not your problem, you just coode and let someone else take the wheel

class AnimeGirl:
def __init__(
self,
name: str,
age: int,
hair_color: str,
height: int,
) -> None:
self.name: str = name.capitalize()
self.age: int = age if 0

Attached: u4m86zdx5ah.png (800x930, 849.12K)

What the fuck is a feature, what is a revision or odd ticket? WHAT DOES IT MEAN

initially they code
but they code code that codes itself
then they scroll infinite until mgmt says new code day and then they code for a few days and then they scrolll for months

>What the fuck is a feature, what is a revision or odd ticket?
are you retarded user? have you ever used a computer in your life?
>feature
>hey user, client wants his program to do X thing, code it
>revision or odd ticket
>hey user, this program isn't working or is too slow or isn't scalable, fix your mess
that's literally it

autist somehow still cant grasp that OP knows literally nothing about technology

Oh ok i get it

i made it so a 5 year old could understand, what part of my post is autistic?

>What does a coder/programmer actually do?
copy/paste off of stackoverflow

Based.

what language is this?

class Feature:
@staticmethod
def kiss(girl) -> None:
if girl.cute:
print(f"えええ?キッス??それはすっこしヤバイですね。。。")
print(f"*kissed {girl.name}*")

@staticmethod
def sex(girl) -> None:
if girl.cute:
print(f"UOOOOH!!!! {girl.name}はめちゃめちゃかわいい!!!")
print(f"sex with {girl.name}")


yue = AnimeGirl(name="yue", age=12, hair_color="blonde", height="148")
aoi = AnimeGirl(name="aoi", age=14, hair_color="black", height="153")
Feature.sex(yue)
Feature.kiss(aoi)
UOOOOH!!!! Yueはめちゃめちゃかわいい!!!
sex with Yue
*kissed Aoi*
python3 w type hinting kek

Attached: 1dv5ogm48ek.jpg (1061x1500, 315.76K)

your post is fine, its just clear you have below average reading comprehension and inferring skills due to your autism

The most based poster on the site currently

>What does a coder/programmer actually do?
Attend meetings, Code. Fix bad code.

>Like you sit in an office and write code, but whats the purpose of the code?
Whatever brings in / saves money. I don't make the decisions on what I'm coding, it's done by other roles.
Sometimes you get a bit of time to code some tools for yourself / team.

don't ask me, I'm not a programmer.

Attached: regularguy.png (800x778, 327.6K)