Is the Search functionality broken?
Started by eddie, Aug 09 2006 09:29 PM
15 replies to this topic
#1
Posted 09 August 2006 - 09:29 PM
I can't seem to search for anything.
I'm trying to find any links/references people have to UML diagrams, (I *swear* I brought this topic up a while ago), but everytime I search, it yields nothing.
When I try looking for "C++" even (no quotes), it yields 0 results.
Anyone know what gives?
Cheers.
I'm trying to find any links/references people have to UML diagrams, (I *swear* I brought this topic up a while ago), but everytime I search, it yields nothing.
When I try looking for "C++" even (no quotes), it yields 0 results.
Anyone know what gives?
Cheers.
#3
Posted 09 August 2006 - 09:53 PM
I think you sent out a quick reference sheet on one of my original posts. I'm not sure if that's suitable, but maybe.
I'm basically looking for a quick and easy "Use these types of arrows for aggregation, this for inheritance, etc". I'm currently writing it up on my Wiki just for my own reference, but I wouldn't mind having somewhere else reputable to read it from first. ;)
I'm basically looking for a quick and easy "Use these types of arrows for aggregation, this for inheritance, etc". I'm currently writing it up on my Wiki just for my own reference, but I wouldn't mind having somewhere else reputable to read it from first. ;)
#5
Posted 09 August 2006 - 11:35 PM
Well, the first two are the same, and I found them with a google search.
I suppose it really *was* a quick reference, but it was crazy all the relationships it was trying to depict. I ended up using this as a quick brush-up, so I could understand the reference again.
Man, UML's crazy busy. I think I'll stick with my own trimmed down version of it.
I suppose it really *was* a quick reference, but it was crazy all the relationships it was trying to depict. I ended up using this as a quick brush-up, so I could understand the reference again.
Man, UML's crazy busy. I think I'll stick with my own trimmed down version of it.
#6
Posted 10 August 2006 - 01:30 AM
Sorry, I messed up the second link. These are the three I had intended to post:
- http://www.digilife....ence%20Card.pdf
- http://www.digilife....ence%20Card.pdf
- http://www.digilife....Use%20Cases.pdf
#7
Posted 10 August 2006 - 03:40 PM
Interesting. That second one is actually a bit more useful since it seems to be very C++ class based (versus use-cases, and all the other types of models that one can get with UML).
Personal opinion: I can't say I really fancy this UML stuff yet. Perhaps it hasn't 'clicked' for me yet, but I can't see myself liking it for more than drawing out the highlevel, in which case I really don't need more than a couple of boxes and three types of arrows.
As I'm reading some of these (and others), I'm learning the differences between aggregation and composition, the different types of references, and I'm starting to think, "Why do I care? These things can change highly in code -- I'm more interested in the high-level anyhow.". Perhaps I'm missing something, but then again, everyone uses tools differently. <shrug>
Anyhow, I've completely hijacked my own thread, but it's been pretty useful. I wonder if any of the DevMaster staff have noticed that the search functionality is broken...?
Personal opinion: I can't say I really fancy this UML stuff yet. Perhaps it hasn't 'clicked' for me yet, but I can't see myself liking it for more than drawing out the highlevel, in which case I really don't need more than a couple of boxes and three types of arrows.
As I'm reading some of these (and others), I'm learning the differences between aggregation and composition, the different types of references, and I'm starting to think, "Why do I care? These things can change highly in code -- I'm more interested in the high-level anyhow.". Perhaps I'm missing something, but then again, everyone uses tools differently. <shrug>
Anyhow, I've completely hijacked my own thread, but it's been pretty useful. I wonder if any of the DevMaster staff have noticed that the search functionality is broken...?
#8
Posted 10 August 2006 - 05:09 PM
I did a search this morning that seemed to work, but a lot of false positives cropped up.
UML can describe code structures in high-detail. Until you've prototyped a concept, it's unlikely that everything will go exactly as planned-hence your apprehention. However, if you need to express exactly how you designed something down to the gnats-ass details, then UML has the expressive power to do so.
UML can describe code structures in high-detail. Until you've prototyped a concept, it's unlikely that everything will go exactly as planned-hence your apprehention. However, if you need to express exactly how you designed something down to the gnats-ass details, then UML has the expressive power to do so.
#9
Posted 10 August 2006 - 05:19 PM
I still find it odd that searching for "lua" or "c++" shows nothing...
I understand that UML's very good at high-detail prototyping, but I suppose I'm one of the critics who argues that code is a very fluid things. Perhaps it's different if you're working on a large legacy app that has to be specced out "to the gnats-ass" (I like that term. ;) ), but for most of the coding I do, the document's unusable twenty seconds after I write it, if I go too detailed.
I suppose it's just a case of using it how and when it gives you the best bang for your buck.
I understand that UML's very good at high-detail prototyping, but I suppose I'm one of the critics who argues that code is a very fluid things. Perhaps it's different if you're working on a large legacy app that has to be specced out "to the gnats-ass" (I like that term. ;) ), but for most of the coding I do, the document's unusable twenty seconds after I write it, if I go too detailed.
I suppose it's just a case of using it how and when it gives you the best bang for your buck.
#10
Posted 10 August 2006 - 06:00 PM
eddie said:
I suppose it's just a case of using it how and when it gives you the best bang for your buck.
Also, have you tried generating UML-style diagrams from your C++ code with doxygen and graphviz?
There is a project called StarUML that is supposed to be an open source Rational Rose, but I don't know how developed it is.
#11
Posted 10 August 2006 - 07:10 PM
I used to use doxygen and graphviz in combo, which is kind of nice. That said, Doxygen's default output is yukky. There was another alternative, called DoxyS that I was using for a while. It had a much nicer output.
That said, I didn't like using Doxygen for philosophy/high-level docs. It just didn't feel natural, so I made a progression to a Wiki, and usually reference the specific pages inside the DoxyS output when I need to.
That said, I didn't like using Doxygen for philosophy/high-level docs. It just didn't feel natural, so I made a progression to a Wiki, and usually reference the specific pages inside the DoxyS output when I need to.
#12
Posted 22 August 2006 - 01:47 AM
I'm bumping this in the hopes that someone from DevMaster can give me the skinny on the search functionality being broken.
I'd love to be able to search for posts so I can point people at other posts people have mentioned.
Perhaps I'll try Google with site:devmaster.net, but it would be nice to use the inbuilt search!
I'd love to be able to search for posts so I can point people at other posts people have mentioned.
Perhaps I'll try Google with site:devmaster.net, but it would be nice to use the inbuilt search!
#13
Posted 22 August 2006 - 09:51 AM
Interesting...I've never been aware of this issue.
It seems that it is a limitation of MySQL's search capability as set by the server; it only indexes words that are 4 or more characters. I think it would be reasonable to change this limit to 3.
I'll have the server admin take care of this...
It seems that it is a limitation of MySQL's search capability as set by the server; it only indexes words that are 4 or more characters. I think it would be reasonable to change this limit to 3.
I'll have the server admin take care of this...
#14
Posted 22 August 2006 - 02:26 PM
Ah, interesting. I suppose that makes sense. No wonder I was having trouble looking for 'lua' or 'c++'. ;)
#16
Posted 22 August 2006 - 04:56 PM
Indeed! Sorry, I neglected even a "thanks". ;)
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












