From time to time I’ll try and post something with a little thought behind it.
while (thought == null) {
cogitate();
}
if (thought.hasValue()) {
writePost(thought);
}
From time to time I’ll try and post something with a little thought behind it.
while (thought == null) {
cogitate();
}
if (thought.hasValue()) {
writePost(thought);
}