|
|
|
|
|
by cpeterso
608 days ago
|
|
> You can staff an army of junior people for a very very long time on those kinds of projects. Given this is a common business model and has known bad outcomes, what would a Blub programming language and rapid development environment designed to improve the quality and maintainability of an army of rising junior engineers look like? (I originally wrote “productivity”, but reducing billable hours is not a positive outcome for the consultancy. They surely still want to produce quality software like to reduce customer-impacting bugs and negative headlines.) Go was supposedly designed for a similar audience, inexperienced engineers at Google, but it is pretty low level and still has its own gotchas. I’m imagining some hybrid of Go, Python, and Visual Basic with strong static typing, strong functional orientation with little shared state (to reduce the blast radius of each junior engineer), easy unit and integration testing, excellent post mortem debugging, big ints by default to avoid integer overflow bugs, FFI for integration with clients’ legacy code, and portability to mobile apps, desktop apps, and web front and back end. |
|