It looks like there’s also a fence in the foreground and maybe a pathway inbetween, so I don’t think it’s a shared fence.
It looks like there’s also a fence in the foreground and maybe a pathway inbetween, so I don’t think it’s a shared fence.
It looks like one of those old captchas.
/ Guitar Solo
If you have played less than 2 hours and it is at most 14 days since you purchased it, Steam will refund you with no questions asked.
The documented one. It is hell to work with APIs where only the happy path is documented.
Funny, the forced indentation is what I hate about Python. If you think a missing semicolon can be hard to catch, don’t ever think about a missing whitespace :p
The end
keyword really isn’t a big deal for me. I find it to be a good way to easily spot the end of a method. But if you wouldn’t like it I’d still find it a good compromise to avoid syntax issues due to whitespace.
I think you’ll like Ruby. It has mostly done away with braces and code blocks end with end
, e.g.
def create
unless admin redirect_to new_session_path and return
@product = Product.new product_params
if @product.save
flash[:success] = "New product has been created!"
redirect_to edit_product_path(@product) and return
else
flash[:error] = "Something went wrong!
render :new
end
end
This is working code that I simplified a bit from an old project of mine.
I didn’t find any posts that meet the criteria.
It could be OC or not. Who knows really.
Beep Boop, I’m not a bot.
Code should always by itself document the “how” of the code, otherwise the code most likely isn’t good enough. Something the code can never do is explain the “why” of the code, something that a lot of programmers skip. If you ever find yourself explaining the “how” in the comments, maybe run through the code once more and see if something can be simplified or variables can get more descriptive names.
For me, that’s what was originally meant with self-documenting code. A shame lazy programmers hijacked the term in order to avoid writing any documentation.
What’s the difference?
Cause none of my choices of ISP supports it…
There are some times when Qwant returns bad results where I’ll revert to Google. Just to find worse results…
Jokes aside, Qeant handles most queries well, even local stuff in my native language.
Obligatory fuck DST
If you want to enter the energy trading market, look at Aalborg as there’s a large hub here. I know my company is on a hiring spree and are no stranger to hiring foreign people as long as it’s the best match. Some companies might also have departments in Copenhagen. As I don’t want to doxx myself I’d rather avoid naming my workplace.
But do be careful with consultancy and stay far away from Netcompany.
That sounds tough. Are jobs in other sectors near you also dried up?
I work in the energy market in Europe. Things are booming right now.
where they belong!
Sounds like you take the generosity of open-source devs for granted.
Sounds quite a lot like zero-knowledge proof