What long weekend? Their asswipe of a boss doesn't believe in anything but the 80-hour workweek for employees, and there's no way he's not demanding more overtime to rebuild after this fuck-up.
- Posts
- 3
- Comments
- 1595
- Joined
- 3 yr. ago
- Posts
- 3
- Comments
- 1595
- Joined
- 3 yr. ago
- JumpDeleted
Permanently Deleted
- JumpDeleted
Permanently Deleted
- JumpDeleted
Permanently Deleted
Rust is verbose, but C++ might still take the cake with its standard library templates. Especially when using fully-qualified type names...
auto a = ::std::make_shared<::std::basic_string<char, ::std::char_traits<char>, MyAllocator<char>>>();A reference-counted shared pointer to a string of unspecified character encoding and using a non-default memory allocator.