If they are only preventing opportunity, the crime will just take place at a different place or time when an officer is not present. The program’s mentioned are aimed at reducing the motive for crime, which applies at all places and times.
- 0 Posts
- 8 Comments
Write better code, with good names and sensible interfaces. Comments can get bugs just like code, but it doesn’t have a compiler or unit tests, so only code review keeps it aligned.
Good things have happened to Elon, therefore he must be a good person, otherwise my worldview is destroyed and there is no point being good.
Tamo240@programming.devto
politics @lemmy.world•Bernie Sanders to voters skipping presidential election over Israel: ‘Trump is even worse’
2·2 years agoOne of Harris and Trump is going to be the president. Sorry but that is the reality, the time for getting a better candidate has passed.
It is time to pick which one you want. If you don’t vote you don’t care so you accept either outcome.
Voting is not and should not be wholly endorsing the person, but securing the best outcome from the options. You want better options then go into politics yourself.
Tamo240@programming.devto
politics @lemmy.world•Bernie Sanders to voters skipping presidential election over Israel: ‘Trump is even worse’
11·2 years agoI get your frustration, but it is really important to keep spelling it out. I find it very frustrating to be on the receiving and of lines like
I'm tired of explaining it to you peoplewhen I am earnestly engaging in a conversation for the first time, so I think it’s best to give people the benefit of the doubt that maybe they really don’t know, especially on forums where people other than those commenting will read it also.
Tamo240@programming.devto
politics @lemmy.world•Bernie Sanders to voters skipping presidential election over Israel: ‘Trump is even worse’
101·2 years agoBecause Harris is open to ceasefire pressure and Trump want’s Israel to ‘Finish the job’.
One’s hands aren’t morally clean if you don’t vote and Trump wins. Not voting is functionally equivalent to voting for whoever wins, and if he does win with a low turnout then those who didn’t vote are responsible for whatever happens.
‘I recently took a french class, and yet I don’t even know half of these german words’


Unit tests are exactly for code that is often rewritten, because it ensures that whatever interface still behaves the same, regardless of the implementation. This a large portion of the point of unit tests: not for testing the initial implementation but confirming that any subsequent implementation behaves the same.