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: Where/how to get feedback/style pointers on first Angular app

2 pointsby kfullertover 10 years ago
So, background is I&#x27;m primarily a C# and VBScript dev (mixed with T-SQL and domain-specific program knowledge) but I want to expand my knowledge, primarily I&#x27;ve been playing with ruby writing some small apps but I&#x27;ve started looking at Angular for doing SPA apps.<p>I&#x27;ve written a small (less than 1 day) SPA (literally a single-page) with Angular, however at the moment I&#x27;ve got everything in a single controller, not using directives, services or even testing - is there anywhere I can get good, constructive feedback on what things I should be looking at doing to follow more of the &quot;best practices&quot; in terms of how to test it, what to test, how to break it apart into a more modular&#x2F;maintainable app?<p>Also, at the moment all the data that it needs is stored in the controller itself as I&#x27;ve designed it to be used offline (it doesn&#x27;t need to write any data ever, it&#x27;s primarily making decisions and displaying results based on user input and the static data that it holds itself)<p>Many thanks

no comments

no comments