Comments by "Traveller" (@traveller23e) on "What will AI Programming look like in 5 Years?" video.
-
24
-
7
-
7
-
5
-
3
-
2
-
2
-
2
-
I'm a fairly junior programmer, and the stuff I've gotten to work on has been so boring compared to my personal projects. Not just because I don't care about the program, the requirements are interesting, but like...guys, not everything needs to be written exactly the same way. Seriously, everything seems to be done with classes, not structs (even where value-type semantics would be better), it's like people are scared of using a class directly rather than in interface for that class (the other day I was asked in peer review why I'd defined the return type of a method as a List<T> rather than an IEnumerable<T> when the method created the new list internally 🙄), abstract classes seem to be a largely forgotten concept, not to mention the "clean coders" who will spend half an hour of review time debating something really trivial but then when asked about the performance implications of writing a LINQ statement one way versus another can't say anything on the subject. I'm trying to switch from C# to C for my next job, in the hope that the C crowd will have a more performance-oriented perspective. Unfortunately most of the openings are for C# and Java webservices and stuff though.
1
-
1
-
1
-
1