DEV Community

Discussion on: What would you do?

Collapse
 
phlash profile image
Phil Ashby

Individuals and interactions over process and tools:

  • How much time do you have to learn new things?
  • Are you comfortable making mistakes in the line of delivery?
  • How does this get supported / maintained?

Working software over comprehensive documentation:

  • What are you most productive with (eg: VBA in Excel might cut it!)?
  • What are the performance / security needs (eg: can you install a runtime for .NET or Java?)
  • How rich an ecosystem do you need (eg: 3D graphics / OAuth integration)?

That said: personally I'd choose C# on .NET Core, working with VSCode :)

Collapse
 
david_j_eddy profile image
David J Eddy

Pretty much everything Phil said :).