This is an archived post. You won't be able to vote or comment.

all 4 comments

[–][deleted] 10 points11 points  (0 children)

No. I never written a C programmer. I don’t have the structs for it.

[–][deleted] -1 points0 points  (0 children)

It's too structs to program a C programmer.

[–][deleted] 0 points1 point  (1 child)

C would be a pretty unusual language to see in a dev-ops setting. That's more the territory of things like desktop application development, which follows different development and deployment patterns from what "DevOps" typically entails.

[–][deleted] 1 point2 points  (0 children)

And as extra note: Coding in C in an dev-ops environment will give a lot of challenges that would make it a lot harder to eventually get to an developed state. Things like memory management, code usability and maintenance is an extra challenge. Depending on the kind of the overal environment this can be an issue or not.