Arkiv for kategori: ‘* Politik’

« Forrige indlæg |

BDD: Implementation og tilbageblik

Thursday, July 24th, 2008

Nedenfor er vist min første implementation af kode i EconomyDeluxe: using System; using Domain.Interfaces; using System.Collections.Generic; using System.Collections; public class GeneralLedger:IGeneralLedger { private Dictionary _accounts; public GeneralLedger() { _accounts = new Dictionary(); } public void AddAccount(ILedgerAccount account) { if (account == null) { throw new ArgumentNullException(“Null account supplied”); } if (!account.IsValid) { throw new ArgumentException(“Invalid [...]

Political change? Jelved vs. Vestager

Friday, June 15th, 2007

Today, Marianne Jelved announced that she will no longer be the political leader of my political party. I’ve always liked her as her debating skills are far above many of her political competitors and I like her laid-back style. She tends to be dry and keep a level-headed attitude towards the debate at hand. Luckily, [...]

Free source code – too little time…

Saturday, June 2nd, 2007

As I recently joined StumbleUpon, some of my search-phrases is that I’d like to see software-related sites… Now, after having used the service for a few weeks, I’m tempted to turn those off. There is no doubt about it – there are literally tons of code available out there. Getting what you want or need [...]

I need a hobby

Sunday, May 27th, 2007

Sometimes I wish that I had a hobby – and more-so the last month or so. I’ve just completed my study on C# – well, learning something is never in itself complete – but the project that I started on is now ready for work. Which means that I will no longer use my spare-time [...]

I’m all grown up…

Tuesday, May 15th, 2007

The goblin enters politics!

Why are some politicians such bad debaters?

Saturday, October 21st, 2006

S?ren Pind looses yet another debate…

Good ol’ cowardism… the Danish minister of Transport

Sunday, August 13th, 2006

So, we’re back at my pet-peeve: Politicians. Last week’s edition of S?ndagsavisen featured an interview with the Danish minister of Transport, Flemming Hansen. DSB (the public transport company), and in particular BaneDanmark (responsible for the railways) has had major problems with run-down railways causing huge delays. This is nothing new – they haven’t been properly [...]

Terror – a believed or real threat?

Saturday, September 10th, 2005

Rationality is our best weapon!

Public service… or public hell?

Wednesday, September 7th, 2005

Damn un-employment offices should help people instead of alienating them!

Panic-legislation – fault of the media?

Thursday, August 25th, 2005

The media own our politicians!

« Forrige indlæg |