Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. LEGACY

LEGACY

Scheduled Pinned Locked Moved The Lounge
androidmobileannouncement
9 Posts 8 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    AlphaDeltaTheta
    wrote on last edited by
    #1

    Someone decided to write an entire AngularJS application of ~100k lines in a single file X| And now here I am swimming through a lake of javas**t to find out why something works. And, to add to the infinite _crazyness_, the app depends on a cordova plugin that will only run on an android device. (Can't use remote debugging either, due to an ancient cordova version).

    Beauty cannot be defined by abscissas and ordinates; neither are circles and ellipses created by their geometrical formulas. Carl von Clausewitz Source

    R S D C J 6 Replies Last reply
    0
    • A AlphaDeltaTheta

      Someone decided to write an entire AngularJS application of ~100k lines in a single file X| And now here I am swimming through a lake of javas**t to find out why something works. And, to add to the infinite _crazyness_, the app depends on a cordova plugin that will only run on an android device. (Can't use remote debugging either, due to an ancient cordova version).

      Beauty cannot be defined by abscissas and ordinates; neither are circles and ellipses created by their geometrical formulas. Carl von Clausewitz Source

      R Offline
      R Offline
      raddevus
      wrote on last edited by
      #2

      ΑlphaΔeltaΘheta wrote:

      entire AngularJS application of ~100k lines in a single file

      Oh, the laziness that later kills! All the original dev had to do was break it up. X|

      ΑlphaΔeltaΘheta wrote:

      Can't use remote debugging either

      I explained this same problem to a dev long ago -- with another JavaScript-based app (written in classic ASP). The dev told me, "I don't need a debugger. I debug it in my head." :| He thought he was a genius. Well, yeah, I understand that knowing what the code is doing is great and all but using debugging tools is like using power tools (instead of hand tools)...it's quite a bit faster. Good luck.

      K 1 Reply Last reply
      0
      • A AlphaDeltaTheta

        Someone decided to write an entire AngularJS application of ~100k lines in a single file X| And now here I am swimming through a lake of javas**t to find out why something works. And, to add to the infinite _crazyness_, the app depends on a cordova plugin that will only run on an android device. (Can't use remote debugging either, due to an ancient cordova version).

        Beauty cannot be defined by abscissas and ordinates; neither are circles and ellipses created by their geometrical formulas. Carl von Clausewitz Source

        S Offline
        S Offline
        Slacker007
        wrote on last edited by
        #3

        You must have upset the gods at some point in your life.

        1 Reply Last reply
        0
        • A AlphaDeltaTheta

          Someone decided to write an entire AngularJS application of ~100k lines in a single file X| And now here I am swimming through a lake of javas**t to find out why something works. And, to add to the infinite _crazyness_, the app depends on a cordova plugin that will only run on an android device. (Can't use remote debugging either, due to an ancient cordova version).

          Beauty cannot be defined by abscissas and ordinates; neither are circles and ellipses created by their geometrical formulas. Carl von Clausewitz Source

          D Offline
          D Offline
          den2k88
          wrote on last edited by
          #4

          Same but in C. I still have nightmares.

          GCS d-- s-/++ a- C++++ U+++ P- L+@ E-- W++ N+ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- ++>+++ y+++*      Weapons extension: ma- k++ F+2 X

          1 Reply Last reply
          0
          • A AlphaDeltaTheta

            Someone decided to write an entire AngularJS application of ~100k lines in a single file X| And now here I am swimming through a lake of javas**t to find out why something works. And, to add to the infinite _crazyness_, the app depends on a cordova plugin that will only run on an android device. (Can't use remote debugging either, due to an ancient cordova version).

            Beauty cannot be defined by abscissas and ordinates; neither are circles and ellipses created by their geometrical formulas. Carl von Clausewitz Source

            C Offline
            C Offline
            charlieg
            wrote on last edited by
            #5

            100k lines? I will retire now and stop $itching about my 1500 line file....

            Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

            A 1 Reply Last reply
            0
            • R raddevus

              ΑlphaΔeltaΘheta wrote:

              entire AngularJS application of ~100k lines in a single file

              Oh, the laziness that later kills! All the original dev had to do was break it up. X|

              ΑlphaΔeltaΘheta wrote:

              Can't use remote debugging either

              I explained this same problem to a dev long ago -- with another JavaScript-based app (written in classic ASP). The dev told me, "I don't need a debugger. I debug it in my head." :| He thought he was a genius. Well, yeah, I understand that knowing what the code is doing is great and all but using debugging tools is like using power tools (instead of hand tools)...it's quite a bit faster. Good luck.

              K Offline
              K Offline
              kmoorevs
              wrote on last edited by
              #6

              ΑlphaΔeltaΘheta wrote:

              Can't use remote debugging either

              raddevus wrote:

              written in classic ASP

              :laugh: Reminds me of old times! You had to get creative with debugging...displaying variable contents, redirecting to a special page to show results, etc. Classic ASP (or even php) was way more logical to me than .NET where things can happen all over the place...mostly just building the page from the top down...and everything was a string! Do I miss it? Absolutely not! :)

              "Go forth into the source" - Neal Morse

              1 Reply Last reply
              0
              • A AlphaDeltaTheta

                Someone decided to write an entire AngularJS application of ~100k lines in a single file X| And now here I am swimming through a lake of javas**t to find out why something works. And, to add to the infinite _crazyness_, the app depends on a cordova plugin that will only run on an android device. (Can't use remote debugging either, due to an ancient cordova version).

                Beauty cannot be defined by abscissas and ordinates; neither are circles and ellipses created by their geometrical formulas. Carl von Clausewitz Source

                J Offline
                J Offline
                jschell
                wrote on last edited by
                #7

                ΑlphaΔeltaΘheta wrote:

                Someone decided to write an entire AngularJS application of ~100k lines in a single file

                I thought there was some sort of rule or even law that mandated that? Couldn't break it up until the editor would no longer display it.

                1 Reply Last reply
                0
                • C charlieg

                  100k lines? I will retire now and stop $itching about my 1500 line file....

                  Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

                  A Offline
                  A Offline
                  AlphaDeltaTheta
                  wrote on last edited by
                  #8

                  After being assigned this one, I seriously considered retirement now. :~

                  Beauty cannot be defined by abscissas and ordinates; neither are circles and ellipses created by their geometrical formulas. Carl von Clausewitz Source

                  1 Reply Last reply
                  0
                  • A AlphaDeltaTheta

                    Someone decided to write an entire AngularJS application of ~100k lines in a single file X| And now here I am swimming through a lake of javas**t to find out why something works. And, to add to the infinite _crazyness_, the app depends on a cordova plugin that will only run on an android device. (Can't use remote debugging either, due to an ancient cordova version).

                    Beauty cannot be defined by abscissas and ordinates; neither are circles and ellipses created by their geometrical formulas. Carl von Clausewitz Source

                    M Offline
                    M Offline
                    Mladen Jankovic
                    wrote on last edited by
                    #9

                    ΑlphaΔeltaΘheta wrote:

                    ~100k lines in a single file

                    [The only valid response](https://www.youtube.com/watch?v=MTc3zcnIZOw)

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups