←back to thread

We're Joining OpenAI

(www.alexcodes.app)
192 points liurenju | 8 comments | | HN request time: 0.201s | source | bottom
Show context
asdev ◴[] No.45119639[source]
isn't this useless with Claude Code now?
replies(1): >>45119706 #
liurenju ◴[] No.45119706[source]
absolutely no. Alex is heavily optimized for xcode. If you work on an ios project that has more than 700 files, you'll understand how accurate it captures the context.
replies(2): >>45119928 #>>45120841 #
1. emehex ◴[] No.45119928[source]
If your iOS project has more than 700 files... you might be doing it wrong?
replies(5): >>45120098 #>>45120362 #>>45120372 #>>45120390 #>>45120520 #
2. blueboo ◴[] No.45120098[source]
Bear in mind 600 of those files are icon and screenshot variants for various screen dpis and spec ratios..
replies(1): >>45120750 #
3. tonyedgecombe ◴[] No.45120362[source]
https://www.reddit.com/r/programming/comments/3h52yk/someone...
replies(1): >>45120637 #
4. mjmahone17 ◴[] No.45120372[source]
In your mind is 700 files a lot or a little? It feels very small to me, and Xcode really ought to be able to handle that tiny scale on modern machines with ease.

I struggle to imagine a team of more than 10 people writing an iOS app with less than 700 files.

5. kridsdale3 ◴[] No.45120390[source]
Instagram.app likely has 30,000 files for iOS. And it produces 10-figures of revenue. So how is that wrong?
6. moomoo11 ◴[] No.45120520[source]
I mean.. say its an enterprise mobile app. Maybe there are 2 shells, each shell has 5 tabs. Each tab might have 5 screens on it.. that's 50 files already just for the screens. Each screen might have various UI components or steppers, etc.

Most noobs, such as those who think 700 files is too many because they've only worked on apps they never published, might just cram everything into that one file.

However, there would be various files for components, functions, etc. Code that's single responsibility and easy to test might mean there are lots of files. There might be upload queues, offline functionality, custom code to go beyond what the ios/android SDKs offer, and so on. DTOs, DAOs, etc. various services..

You probably (won't) get the gist but yeah.

7. ben_w ◴[] No.45120637[source]
In fairness, as a mere generator of eyeball time that gets mis-sold* to advertisers, I'd say the FB user experience is very much "doing something wrong".

* dick pills and boob surgery, also government announcements for a country I don't live in, also offers to help renounce a citizenship I never had in the first place

8. kaptainscarlet ◴[] No.45120750[source]
Translation files, themes, drawables .etc...the list is endless. Even a simple app will easily have a thousand files.