I sure do, although OLEDs pretty much have an infinite black level, and the color range is unparalleled to LCDs.
I sure do, although OLEDs pretty much have an infinite black level, and the color range is unparalleled to LCDs.
deleted by creator
Vim handles remote files over SCP natively:
vim scp://192.168.1.2//data/editme.txt
More like, try to get you to pay money and pretend that you don’t own your client side software.
It was trying to is, then it isn’ted. Help?
Imagine your “code” as English sentences. If it is hard to read, you might rephrase it. If something is getting long and drawn out, use paragraphs (methods and functions). At the end of the day, the easier it is to read, the better, unless there’s a performance cost that’s worthy of considering.
Like the top-level comment suggests, you should comment your methods. I would go one step further and use a standard comment format. I like Ruby, so immediately, I think YARDoc. With a YARDoc comment, you define what it does, the parameter types and descriptions, what it returns, possible exceptions that could be returned, etc.
Even better, by using standardized comments, not only does this make it easier to read by you and others, but most of the time, you get documentation rendered for free. For example, here is a library I wrote:
And here is the automatically-generated HTML documentation:
More specifically, here’s some YARDoc for a method:
And here is the generated documentation from this comment:
This style of auto-generated documentation is available for pretty much all mature languages, and I highly recommend that you hit the ground running with them 👍
Why Apple?
To people that really spend time in code, this banter is meaningless.
You might enjoy !veryrealtechpics@lemmy.world
Paying isn’t a bad idea if you want to do that.
Google creeping on your privacy and your right to view HTML the way you choose to is gross and violating.
These two ideologies don’t have much overlap, and definitely can coexist separately.
Not really. Windows has libraries, also.
Full 360 degree turn, eh?
If you didn’t download it, then what’s the point?
You don’t enjoy a plugin like gutentags? You’re missing out. Don’t let your principles get in the way of your productivity.
Pointers hard!! LOL
Instead of renaming it to “X,” Elon magically renamed his platform to “X, formerly known as Twitter.”
You’ll get an OSError if you try to remove a directory with os.remove
“Designed for Windows Me Millennium Edition”
Keep filling those bugs and stop complaining on random forums, kids
It’s due to shitty rendering of Markdown. You’re doing it right. File bugs where you see it rendered funny.