Click here to Skip to main content
15,896,154 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: My friend's project is stuck between half AngularJS & Angular 4...and they're now completely stuck. Any advice? Pin
OriginalGriff2-May-19 6:44
mveOriginalGriff2-May-19 6:44 
AnswerRe: My friend's project is stuck between half AngularJS & Angular 4...and they're now completely stuck. Any advice? Pin
jeron12-May-19 7:02
jeron12-May-19 7:02 
AnswerRe: My friend's project is stuck between half AngularJS & Angular 4...and they're now completely stuck. Any advice? Pin
GuyThiebaut2-May-19 7:25
professionalGuyThiebaut2-May-19 7:25 
GeneralRe: My friend's project is stuck between half AngularJS & Angular 4...and they're now completely stuck. Any advice? Pin
Christian Graus2-May-19 12:43
protectorChristian Graus2-May-19 12:43 
GeneralRe: My friend's project is stuck between half AngularJS & Angular 4...and they're now completely stuck. Any advice? Pin
GuyThiebaut2-May-19 18:49
professionalGuyThiebaut2-May-19 18:49 
AnswerRe: My friend's project is stuck between half AngularJS & Angular 4...and they're now completely stuck. Any advice? Pin
Eddy Vluggen2-May-19 8:50
professionalEddy Vluggen2-May-19 8:50 
AnswerRe: My friend's project is stuck between half AngularJS & Angular 4...and they're now completely stuck. Any advice? Pin
abmv2-May-19 8:59
professionalabmv2-May-19 8:59 
AnswerRe: My friend's project is stuck between half AngularJS & Angular 4...and they're now completely stuck. Any advice? Pin
raddevus2-May-19 9:07
mvaraddevus2-May-19 9:07 
There are a lot of signs as to what is wrong:


1.
Goalie35 wrote:
AngularJS, which contains crucial medical info & very delicate medical rules

That is huge flag that things are incorrect. AngularJS is technology for front-ends. It's really just VIEW code. But the developers have mixed in the business rules and business logic that should have been safely nestled away in the back-end with no worries about what was displaying (angularjs) the data.
That's quite terrible really. This is a big point because it proves the original devs had no idea what they were doing.

2.
Goalie35 wrote:
10,000 lines of code which was originally written in AngularJS

10,000 lines of code!!! Another flag that something is very likely wrong.
This is just the VIEW code and it is 10,000 lines long.
A little math puts it in context: 10,000 / 50 lines (8.5x11 - approximate) = 200 pages of code.
Oy!!
These are just indications that there were many bad ideas involved.
That is why devs are fleeing the project.

You should ask them:
1. Why was business logic and bus. rules mixed on the View?
2. Why did it take 10,000 lines of code?
3. Why wasn't there any oversight of the original dev?

Sigh | :sigh:
GeneralRe: My friend's project is stuck between half AngularJS & Angular 4...and they're now completely stuck. Any advice? Pin
Christian Graus2-May-19 12:44
protectorChristian Graus2-May-19 12:44 
AnswerRe: My friend's project is stuck between half AngularJS & Angular 4...and they're now completely stuck. Any advice? Pin
dandy722-May-19 10:30
dandy722-May-19 10:30 
GeneralRe: My friend's project is stuck between half AngularJS & Angular 4...and they're now completely stuck. Any advice? Pin
Christian Graus2-May-19 13:02
protectorChristian Graus2-May-19 13:02 
AnswerRe: My friend's project is stuck between half AngularJS & Angular 4...and they're now completely stuck. Any advice? Pin
Christian Graus2-May-19 12:42
protectorChristian Graus2-May-19 12:42 
AnswerRe: My friend's project is stuck between half AngularJS & Angular 4...and they're now completely stuck. Any advice? Pin
Mycroft Holmes2-May-19 14:24
professionalMycroft Holmes2-May-19 14:24 
GeneralThought of the Day Pin
OriginalGriff2-May-19 4:55
mveOriginalGriff2-May-19 4:55 
GeneralRe: Thought of the Day Pin
Sander Rossel2-May-19 5:16
professionalSander Rossel2-May-19 5:16 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer2-May-19 5:26
professionalDaniel Pfeffer2-May-19 5:26 
GeneralRe: Thought of the Day Pin
megaadam2-May-19 5:20
professionalmegaadam2-May-19 5:20 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer2-May-19 5:24
professionalDaniel Pfeffer2-May-19 5:24 
GeneralRe: Thought of the Day Pin
megaadam2-May-19 5:31
professionalmegaadam2-May-19 5:31 
GeneralRe: Thought of the Day Pin
DRHuff2-May-19 6:41
DRHuff2-May-19 6:41 
GeneralRe: Thought of the Day Pin
W Balboos, GHB2-May-19 5:22
W Balboos, GHB2-May-19 5:22 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer2-May-19 5:27
professionalDaniel Pfeffer2-May-19 5:27 
GeneralRe: Thought of the Day Pin
W Balboos, GHB2-May-19 5:31
W Balboos, GHB2-May-19 5:31 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer2-May-19 5:23
professionalDaniel Pfeffer2-May-19 5:23 
GeneralRe: Thought of the Day Pin
DRHuff2-May-19 6:35
DRHuff2-May-19 6:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.