this post was submitted on 23 Aug 2023
76 points (93.2% liked)

Programming

17031 readers
257 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

The title itself is a recipe for disaster. Also this is a semi rant.

Yesterday I was informed that I will have the honour to implement the core functionality - which is an interface layer to use the driver of a very expensive hardware shit - of the software I’ve been working on as a frontend dev.

There are two possibilities for the language: C++ or C#. The one that was proposed/imposed is C#, which I know nothing of, while at least I have some hobbyist experience with C++; when asked if I could take some time to familiarise myself with C# I was basically laughed in the face, saying I will learn on the field and at least some of them have some experience with it.

Should I insist to go with C++, or is that an even worse idea in an already fucked up situation?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago (1 children)

If I would complain about any new language or environment I'd be dropped in, I'd probably in the loony bin by now.

Tell the team leader that you don't know the language but are willing to learn, read the existing code which will give you a feel for the language, the project, and the local programming style, all in one go, and you should be fine. Imagine the backend was written in PL/I, Prolog, or LISP instead of just another ALGOL dialect ;-)

[–] [email protected] 0 points 1 year ago (1 children)

What existing code? I have to write the whole thing from scratch

[–] [email protected] 2 points 1 year ago (1 children)

If you are starting from scratch, why do they limit the language selection?

[–] [email protected] 1 points 1 year ago

I guess so that if I leave, they won’t be fucked