TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Does anyone review code on their iPad/tablet?

9 pointsby fatso784over 2 years ago
A colleague and I just had a conversation about this --whether people peruse code, maybe even for review, on their tablet devices. Do any of you actually do this, and if so, how do you peruse code on a tablet?

8 comments

poetrilover 2 years ago
I have the GitHub app on my iPad, and at time will review (smaller PR's) from my tablet while not at my desk. Its fine, but for larger PR's or PR's I need to leave more longer more in-depth comments on I will go back to my desk. Maybe I could carry small bluetooth keyboard, but at that point I might as well just undock my laptop.
stek29over 2 years ago
I have worked from iPad + Raspberry Pi 400 setup exclusively for two weeks as an experiment.<p>I usually ran code-server on the Raspberry Pi and connected to it from the iPad to read and write code, but I found GitLab’s built-in Web IDE to be quite usable too (it’s based on code too afaik).<p>As for reading code for review purposes — if you don’t need to compare it locally, and built in Merge&#x2F;Pull Request review of GitLab&#x2F;GitHub&#x2F;etc are enough, experience on iPad isn’t much different from desktop.<p>Doing all of this without a physical keyboard makes it much more painful though.<p>TL;DR: use GitHub&#x2F;GitLab’s web interfaces, have a physical keyboard.
simonblackover 2 years ago
I use a Kindle. Not very often, but sometimes I put some code in a .pdf on the Kindle when I&#x27;m trying to work through somebody else&#x27;s code.<p>Light bedtime reading. &lt;grin&gt;<p>At bedtime, there&#x27;s no deadline pressure to stop you working through small points carefully. And then there&#x27;s the subconscious factor, where your brain will keep working gently on your problem overnight. And allow you to have a &#x27;sudden insight&#x27; at some later time.
saurikover 2 years ago
I would definitely not bother with an iPad (like, why?) but I do this pretty continually on my iPhone. I even do a bunch of code editing on my iPhone! I mostly use ssh to a server with bash&#x2F;git&#x2F;vim, but I&#x27;ve also been know to &quot;slum it&quot; and use the horrifyingly-limited UI provided by GitHub to browse code.
评论 #34239669 未加载
karmajunkieover 2 years ago
I got a kindle scribe for my birthday a couple months ago, and have found its much more friendly to read code with than kindles have traditionally been. So I&#x27;m reading a lot more technical literature there, usually in the form of a PDF which allows me to annotate directly on the page.<p>I wouldn&#x27;t do code reviews a la Github because the web browser is utter shit (sorry, if anyone reading this has worked on it—i love the rest of the product!) and obviously there&#x27;s no app for it.
naoruover 2 years ago
I sometimes review code on my phone, because a) I could never think of a use case for an iPad in my daily life and b) a tablet is kinda unwieldy to grab every time you go to the loo.<p>Granted, it&#x27;s usually just web stuff, nothing too complicated.<p>Ok, I lied. Sometimes it&#x27;s cafeteria and not the bathroom.
kavarukaover 2 years ago
Yes! I often do code reviews on my mobile devices (iPhone, iPad) through the GitHub mobile app
glintikover 2 years ago
Why do you need this pain?