Nathan
Member
:D LOL.I am a Computer Science major, and an IT guy by profession, and I find an analogy akin to my thoughts on this matter which may help you understand what I'm trying to say. I learned when I started studying algorithms (predefined patterns of code to calculate or accomplish some result - such as say a sorting algorithm) that you can write (as per my example) a "sorting" algorithm to take 1,000 numbers in random order and step through each one and compare the two and swap each number in the right direction until the 1,000 numbers are organized in ascending or descending order. A neat trick I learned is that for those algorithms that are notoriously hard to write you can write a partly working algortihm that can more simply sort (but not completely sort - it fails at some point to complete it correctly), say, 90% of the numbers in correct order - but there will be a remaining 10% of the numbers roughly dispersed through the (now mostly sorted) list of 1,000 numbers that are then still out of order. Sometimes we learned that in the real world (depending on the application) this may be "good enough", if you only needed to see the main trend (and not the outliers) of the number values, but still you leave 10% unaccounted for/unsorted/unfinished. Similarly, I have found that by practical experience that even a basic yet naive/not-fully-matured understanding of the Bible's truths can indeed overlap and agree with the convictions of someone who has chewed on the meat of the Word and has a developed understanding of God's Word for a while (maybe they have even up to "90%" [as per my anaology] the same understanding on certain issues - often less though), but only up to a point, and then at some point they start to diverge in their understanding. I would say that between any two Christian denominations this overlap of belief exists up to a point and then they begin to diverge in their understanding. Sometimes we think that the other group would not even have such misunderstandings if they had the right foundation in doctrine in the first place (of course, though, they all say that ). Anyway...
As I was reading this, I was thinking....huh??. lol. No offense. But think about it. I understand, to an extent lol, what you are saying. But we complicate things sometimes in our efforts to make them simple. While an algorithm might take those numbers and arrange them for you; you still have to spend time and thought in making the code. Now, take those with the simplistic approach. They take the number 1 and put it first or last, then they take the number 2 and do the same, so on and so on. Does it take time? Lets see.
1000 numbers. Lets take the numbers 1-10 in random order and see how long it takes. But, of course, it would indeed take longer than what you would think, because you are looking through 1000 numbers instead of just 10. But now, think about it, if you scan the number list, to see the highest number, put it first or last, then fill in the rest...or are there 'missing' numbers? Ahh...now thats a different ball game, but still, the man or woman who does not understand or comprehend algorithms would simply sit down and put it in order one by one. Taking what? An hour? lol. How long did it take you to develop the code? You know I am just 'joshing' :D you right? lol