Any plugin/tool ideas that you wish tools like Jira had
submitted by /u/mohanpierce0007 [link] [comments]...
1 second
-21 June 2020
master/slave and blacklist, are there opinion polls?
If I have to be forced to rummage tons of code in search of “bad” terms like master/slave or blacklist, at least I’d like to know if the proposals to ...
23 seconds
-21 June 2020
If you are a high schooler interested in computer science…
Feel free to check out r/highschoolcompsci! This sub is specifically targeted towards high schoolers to start CS and what to do to succeed. submitted by /u/NotVector [link] [comments]...
9 seconds
-21 June 2020
I know I sound like an idiot to you guys but I have no one to ask
I’m not technically savy. I’m 22, I have an iPhone a MacBook and have been learning some very basic excel functions. That’s about as tech savvy as I am. I’ve ...
23 seconds
-21 June 2020
Unpopular Opinion: I strongly dislike python syntax
I personally like my variables explicitly typed and my pointers explicitly declared. Python’s inference of variable types lowers readability significantly when working between developers and it kind of defeats the ...
27 seconds
-20 June 2020
Model-View-Controller
When I develop a web app with Rest frontend and Spring backend. What is model, view and controller there? I get that the database is the model, and the HTML ...
17 seconds
-20 June 2020
Variadic Template C++: Implementing Unsophisticated Tuple
From C++11, std::tuple is an incredible expansion to Modern C++ that offers a fixed-size collection of heterogeneous values. Unfortunately, tuples can be somewhat dubious to manage in a conventional fashion. ...
1 minute 36 seconds
-20 June 2020