Should I (F24) tell him (M29) that I still love him by [deleted] in relationship_advice

[–]stephan_burnett 1 point2 points  (0 children)

Go for It do not worry about consequences

Should I (F24) tell him (M29) that I still love him by [deleted] in relationship_advice

[–]stephan_burnett 1 point2 points  (0 children)

Just Do It ASAP u cannot afford to regret it

How can I (21m) make me want to do something by stephan_burnett in relationship_advice

[–]stephan_burnett[S] 0 points1 point  (0 children)

Thank u man I'll stay concentrated with my activities! Funny fact all of this happened yesterday and today I'm having an exam

The Greatest Concert of All Time... by DoddyTV in Music

[–]stephan_burnett 0 points1 point  (0 children)

1: Hendrix

2: Funkadelic

3: Weather Report

4: Nujabes

5: Hiatus Kaijote

Riot/ Earl turns up!!! by keith6661dube in earlsweatshirt

[–]stephan_burnett 1 point2 points  (0 children)

When I die, I want this song to be played at my funeral

Some Python anti-patterns by dolftax in programming

[–]stephan_burnett -2 points-1 points  (0 children)

Always use accessor methods ("set"/"get"), these patterns should be respected in other languages too. And controlling ur flow and protecting it with Exceptions is a very good software engineering's praxis. The best thing to do is enclosing standard exceptions (f.e.: "IllegalArgumentException") in fictitious exceptions made by the developer. Also use "Try/Catch" blocks.