u/UndeadTed - 4 Archived Voat Posts in v/programming
u/UndeadTed
  • home
  • search

u/UndeadTed

0 posts · 4 comments · 4 total

Active in: v/programming (4)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Comment on: C++ is a pleasure to work with.

meh

0 15 Mar 2019 11:36 u/UndeadTed in v/programming
Comment on: Oracle Java sucks.

Yeah they changed their default TLS version, without the command line switch to set the version you want it won't work

0 10 Mar 2019 02:55 u/UndeadTed in v/programming
Comment on: What is the best way to keep your projects organized from start to finish?
  1. Spend time architecting your software first. No need to go overboard, but you need to know what major system parts you will have and what components each of those will have. Major system parts should have their own sub-project.

  2. Break things up by feature or component so that everything that is needed for it is in one place. In the future when you want to modify a feature or component, all its stuff will be in one area. (Compare this to project that break things up by say file type, which is a nearly useless way to break up a project) This is also great if you're breaking up parts of the project for multiple team members, where each can work on one discrete unit.

  3. You will re-organize your project at some point, just accept that. As you get further into a project, you'll have a better idea of the overall design and behavior, and therefore will want to move things around to fit that. For this to happen once or twice isn't abnormal, but if you're doing it continually it points to bad design / architecture.

  4. Everything goes into source control together in one place. This includes documentation, SQL scripts, upgrade scripts, etc. Don't make a future coder or yourself try to remember where various things were put on different systems or services.

0 11 Feb 2019 22:54 u/UndeadTed in v/programming
Comment on: When all your senior devs leave and you're left with fucking nigger-brained idiots

Why do you think the senior devs left? I've seen this 3 times now as companies I worked for suicided themselves with diversity hires. Companies start hiring diversity hires who can't do the work, that increases workload on those who can do the work, eventually they get burned out and leave. Over time development is just populated with useless diversity hires who can't do anything.

0 16 Nov 2018 02:37 u/UndeadTed in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.